]> git.0d.be Git - panikweb.git/commitdiff
style: increase font size
authorFrédéric Péters <fpeters@0d.be>
Fri, 13 Jan 2017 23:10:40 +0000 (00:10 +0100)
committerFrédéric Péters <fpeters@0d.be>
Mon, 20 Mar 2017 21:07:47 +0000 (22:07 +0100)
panikweb_templates/static/css/specifics.css

index 7db4302f5106a63c73710a9674b9b679e6010394..f62f1e37dcb9e37a27fa0e2ef766952abcd751cd 100644 (file)
@@ -217,6 +217,7 @@ body{
        z-index:1000;
        top:0px;
        width:100%;
+       font-size: 90%;
 }
 #metaNav ul{
 }
@@ -1308,7 +1309,7 @@ ul.newsSpecial{
 
 /**** SCREEN SIZE ADAPTATIONS ****/
     html #main{ font-size: 70%; }
-body { font-size: 16px;}
+body { font-size: 18px;}
 @media (max-width: 300px){
     body #All{ font-size: 80%; }
 }