[tor-commits] [webwml/staging] remove blockquote margin-top

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


commit 64a79781412b5aa16a20b6ec24668003ea8b0e36
Author: MehrabKamrani <mk.zizou at gmail.com>
Date:   Sat Dec 19 19:52:18 2015 +0800

    remove blockquote margin-top
    remove blockquote margin-top in order to make better quote section looking on smaller devices
---
 css/donate-style.css |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/css/donate-style.css b/css/donate-style.css
index ce99bfd..f080dac 100644
--- a/css/donate-style.css
+++ b/css/donate-style.css
@@ -313,12 +313,9 @@ footer.footer{
 }
 @media (max-width: 991px) {
 	blockquote {
-		margin: 30px 0 0 0;
+		margin: 5px 0 0 0;
 		font-size: 18px;
 	}
-	.champion{
-		width: 140px;
-	}
 	.source-quote{
 		margin-top: 20px;
 	}
@@ -328,7 +325,7 @@ footer.footer{
 		font-size: 28px;
 	}
 	blockquote {
-		margin: 2% 0 0 0;
+		margin: 0;
 		font-size: 16px;
 		border: none;
 	}





More information about the tor-commits mailing list