fixed mobile css for website
All checks were successful
the build was successful

This commit is contained in:
Sebastian Frank 2019-02-19 18:23:26 +01:00
parent 12dbfd43bb
commit 0ad79ebd49
Signed by: apairon
GPG Key ID: 7270D06DDA7FE8C3

View File

@ -96,13 +96,9 @@ hr {height:1px; background:none; border-bottom:dotted 1px #666; margin-bottom:20
@media(max-width:768px){
html,body {font-size:15px;}
h1 {font-size:30px;}
h2 {font-size:35px;}
}
@media(max-width:450px){
h1 {font-size:25px;}
h2, article h2 {font-size:22px;}
}