[reproducible-website] 02/03: Hide some components on mobiile browsers

Chris Lamb chris at chris-lamb.co.uk
Wed Dec 14 14:47:11 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 f3aa1723e7c31c618fb09941ccd1d7156cce8bdf
Author: Chris Lamb <lamby at debian.org>
Date:   Wed Dec 14 15:41:57 2016 +0100

    Hide some components on mobiile browsers
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 _includes/footer.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/_includes/footer.html b/_includes/footer.html
index ae66d02..4ab0c14 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,6 +1,6 @@
 <footer class="site-footer">
   <div class="row">
-    <div class="four columns">
+    <div class="four columns hide-on-mobiles">
       <h2 class="footer-heading">reproducible<span class="punctuation">-</span>builds<span class="punctuation">.org</span></h2>
       <p>{{ site.description }}</p>
     </div>
@@ -29,7 +29,7 @@
         Logos and trademarks belong to their respective owners.
       </p>
     </div>
-    <div class="four columns">
+    <div class="four columns hide-on-mobiles">
       <p>
         <a href="{{ "/who/" | prepend: site.baseurl }}">Projects</a> working on reproducible builds:
       </p>
@@ -44,7 +44,7 @@
       </ul>
     </div>
   </div>
-  <div class="row">
+  <div class="row hide-on-mobiles">
     <div class="twelve columns git-location">
       <p>
         Get in <a href="https://lists.reproducible-builds.org/listinfo/rb-general">touch</a>!

-- 
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