font size for big screens reduced

This commit is contained in:
Jana Deutschländer 2017-01-02 11:48:16 +01:00
commit 3dd31b4e72
2 changed files with 6 additions and 4 deletions

View file

@ -10,7 +10,9 @@ nav#dokuwiki__pagetools{
background-color: #fff;
}
}
ul li a{
background-image: none;
ul {
li a {
background-image: none;
}
}
}

View file

@ -49,7 +49,7 @@
@media @screen_min-xlg {
html{
font-size: 130%;
font-size: 120%;
}
.container{
//border: 1px solid red;
@ -58,7 +58,7 @@
@media @screen_min-xxlg {
html{
font-size: 145%;
font-size: 135%;
}
.container{
//border: 1px solid red;