Now use bigger font-size on mobile and tablet
This commit is contained in:
parent
0509f57da8
commit
d3ff0f0256
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue