Skip to content
Snippets Groups Projects
Verified Commit d3ff0f02 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Now use bigger font-size on mobile and tablet

parent 0509f57d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment