commit 28f552c7974aa79e01c53d5147e4d9092f0767ff Author: MehrabKamrani mk.zizou@gmail.com Date: Sat Dec 19 16:50:19 2015 +0800
set logo's height exactly same as navbar's height --- css/donate-style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/css/donate-style.css b/css/donate-style.css index 40bbf76..b5ccaf5 100644 --- a/css/donate-style.css +++ b/css/donate-style.css @@ -128,7 +128,7 @@ html { margin-top: 28px; } .logo{ - width: 120px; + height: 81px; } .donation{ text-align: center; @@ -377,7 +377,7 @@ footer.footer{ @media (max-width: 399px) { .logo { text-align: center; - width: 25%; + height: 60px; float: none; } .navbar-header{