diff options
author | 2018-04-15 18:09:09 +0100 | |
---|---|---|
committer | 2018-04-15 18:09:09 +0100 | |
commit | a9f477e841e6039398b67ff27c654d489d098ea9 (patch) | |
tree | 6640143b66fbbeaa3a6f36c85c88735a5e699a63 | |
parent | Initial data for tables and refactoring the dev-mode database handling to be ... (diff) |
Fixed the weird navbar sizing
Increased the navbar image max-width to 110%
-rw-r--r-- | static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 42afa519..dc16f6d7 100644 --- a/static/style.css +++ b/static/style.css @@ -129,3 +129,8 @@ div#partner-cards div.uk-card-default { margin-top: 2em; text-align:center; } + +/* Resize navbar to correct proportions */ +img.navbar-logo { + max-width: 110%; +}
\ No newline at end of file |