Now use bigger font-size on mobile and tablet

This commit is contained in:
Eliot Berriot 2018-02-15 23:11:13 +01:00
parent 0509f57da8
commit d3ff0f0256
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
2 changed files with 7 additions and 2 deletions

View file

@ -43,6 +43,11 @@ export default {
@import 'style/vendor/media';
html, body {
@include media("<desktop") {
font-size: 200%;
}
}
#app {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;