[tor-commits] [webwml/staging] set logo's height exactly same as navbar's height

nima at torproject.org nima at torproject.org
Mon Dec 21 00:30:46 UTC 2015


commit 79e02e55ea3671abd8f1730edb8da492bcde268f
Author: MehrabKamrani <mk.zizou at 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{





More information about the tor-commits mailing list