[Reproducible-commits] [reproducible-website] 05/55: Use the right media-query for the footer

Chris Lamb chris at chris-lamb.co.uk
Tue Aug 23 13:39:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository reproducible-website.

commit 964ca6b0a557f1aea8579d27481238bcdc702a30
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sat Oct 31 20:24:10 2015 +0000

    Use the right media-query for the footer
---
 css/main.css | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/css/main.css b/css/main.css
index 7611636..cc6551f 100644
--- a/css/main.css
+++ b/css/main.css
@@ -148,6 +148,22 @@
   .hide-on-mobiles {
     display: none;
   }
+
+  .site-footer .row .columns {
+    margin-bottom: 3rem;
+  }
+
+  .site-footer .git-location p {
+    text-align: left;
+  }
+  .site-footer .git-location code {
+    text-align: left;
+    font-size: 1.2rem;
+    padding: 0;
+    margin: 0;
+    background: transparent;
+    border: none;
+  }
 }
 
 @media screen and (max-width: 899px) {
@@ -195,22 +211,6 @@
     padding: 5px 10px;
     margin: 0;
   }
-
-  .site-footer .row .columns {
-    margin-bottom: 3rem;
-  }
-
-  .site-footer .git-location p {
-    text-align: left;
-  }
-  .site-footer .git-location code {
-    text-align: left;
-    font-size: 1.2rem;
-    padding: 0;
-    margin: 0;
-    background: transparent;
-    border: none;
-  }
 }
 
 aside h4 {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reproducible-website.git



More information about the Reproducible-commits mailing list