Fixed really small size on small screens

This commit is contained in:
Eliot Berriot 2018-02-26 19:01:14 +01:00
parent 2ad735bf85
commit 94f8aabaa2
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
3 changed files with 3 additions and 1 deletions

View file

@ -59,7 +59,7 @@ export default {
html, body {
@include media("<desktop") {
font-size: 200%;
font-size: 90%;
}
}
#app {