]> git.0d.be Git - panikweb.git/commitdiff
style: adapt big top titles to small screens
authorFrédéric Péters <fpeters@0d.be>
Sat, 28 Sep 2013 11:28:56 +0000 (13:28 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 28 Sep 2013 11:28:56 +0000 (13:28 +0200)
panikweb_templates/static/css/specifics.css

index d31408922c70e4244cf9444393503ddbf568ada6..552394d267f55913c9392dd9b92dac73905fa1c6 100644 (file)
@@ -271,6 +271,15 @@ body{
 }
 
 
+@media screen and (max-width: 600px) {
+       #All h1.top {
+               font-size: 60px;
+               padding: 0 3%;
+       }
+       #specialHome .leftPart h1.top {
+               display: none;
+       }
+}
 
 @media screen and (min-width: 600px) {
        #Commons {