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;

View File

@ -515,7 +515,7 @@ body {
}
html {
font-size: 14px;
font-size: 100%;
}
body {
@ -525,7 +525,7 @@ body {
min-width: 320px;
background: #FFFFFF;
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-size: 14px;
font-size: 100%;
line-height: 1.4285em;
color: rgba(0, 0, 0, 0.87);
font-smoothing: antialiased;