diff options
| -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 | 
