[gimp-web: 1/2] Fixed news top padding on mobile



commit 5cd6054f40fefdec9b3ba78b7196a30ca1fa638d
Author: Pat David <pat patdavid net>
Date:   Fri Jan 1 07:27:20 2016 -0600

    Fixed news top padding on mobile

 themes/newgimp/static/css/gimp.css |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/themes/newgimp/static/css/gimp.css b/themes/newgimp/static/css/gimp.css
index 96a1b0b..c4b5980 100644
--- a/themes/newgimp/static/css/gimp.css
+++ b/themes/newgimp/static/css/gimp.css
@@ -542,10 +542,11 @@ footer .nav-bottom a {
         padding-top: 60px;
     }
 
-    #pushPage #articles, #pushPage #content.body {
-        /* padding-top: 65px; */
+    #pushPage #content.body {
+        padding-top: 65px;
     }
 
+
     #pushPage #banner {
         padding-top: 55px;
     }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]