From 93dd6623095643a82730c6ac0d7068b65822891c Mon Sep 17 00:00:00 2001 From: Krytarik Raido Date: Mon, 1 Jun 2015 00:57:04 +0200 Subject: Make logo always the height of the navbar. --- themes/custom/assets/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3