[Reproducible-commits] [reproducible-website] 17/55: Reduce home title on small screen.

Chris Lamb chris at chris-lamb.co.uk
Tue Aug 23 13:39:51 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 5e295d8b340045e14f4309b5cc4b27568dc8e7a3
Author: opi <opi at zeropi.net>
Date:   Mon Nov 2 19:44:42 2015 +0100

    Reduce home title on small screen.
---
 css/main.css | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/css/main.css b/css/main.css
index aa16113..6d54635 100644
--- a/css/main.css
+++ b/css/main.css
@@ -11,7 +11,6 @@
   padding-bottom: 1.0rem;
 }
 .home header h1 {
-  font-size: 5.8rem;
   padding-top: 4.0rem;
   padding-bottom: 2.0rem;
 }
@@ -21,7 +20,11 @@
 .home header .tagline {
   font-size: 2.0rem;
 }
-
+ at media (min-width: 480px) {
+  .home header h1 {
+    font-size: 5.8rem;
+  }
+}
 @media (min-width: 750px) {
   .home .title, .post-content .title  {
     text-align: right;

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