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';
|
@import 'style/vendor/media';
|
||||||
|
|
||||||
|
|
||||||
|
html, body {
|
||||||
|
@include media("<desktop") {
|
||||||
|
font-size: 200%;
|
||||||
|
}
|
||||||
|
}
|
||||||
#app {
|
#app {
|
||||||
font-family: 'Avenir', Helvetica, Arial, sans-serif;
|
font-family: 'Avenir', Helvetica, Arial, sans-serif;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
|
|
@ -515,7 +515,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-size: 14px;
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -525,7 +525,7 @@ body {
|
||||||
min-width: 320px;
|
min-width: 320px;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
||||||
font-size: 14px;
|
font-size: 100%;
|
||||||
line-height: 1.4285em;
|
line-height: 1.4285em;
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
font-smoothing: antialiased;
|
font-smoothing: antialiased;
|
||||||
|
|
Loading…
Reference in New Issue