Mobile friendly

This commit is contained in:
Lars van Hijfte
2017-01-31 10:31:57 +01:00
parent 0b6ca72dfc
commit 4dc3b4f651
11 changed files with 125 additions and 25 deletions

View File

@@ -293,4 +293,14 @@ div[data-title]:hover:after {
-webkit-border-radius: 20px;
border-radius: 20px;
background: #4CAF50;
}
@media only screen and (max-width: 1080px) {
body {
font-size: 28px!important;
}
button {
font-size: 28px;
}
}