diff options
| author | 2015-06-01 00:57:04 +0200 | |
|---|---|---|
| committer | 2015-06-01 00:57:04 +0200 | |
| commit | 93dd6623095643a82730c6ac0d7068b65822891c (patch) | |
| tree | 94f4a5492c8ef1c5cbe7822ff2bdea545df2f7c2 /themes/custom/assets/css | |
| parent | 002aa9b5a58e902dcf936646c11fc59e1d2a7697 (diff) | |
Make logo always the height of the navbar.
Diffstat (limited to 'themes/custom/assets/css')
| -rw-r--r-- | themes/custom/assets/css/custom.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/custom/assets/css/custom.css b/themes/custom/assets/css/custom.css index 3c44ec6..29d2e9a 100644 --- a/themes/custom/assets/css/custom.css +++ b/themes/custom/assets/css/custom.css @@ -20,7 +20,7 @@ img { } img#logo { - max-height: 50px; + height: 50px; } .footerbox { |
