mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 09:29:17 +02:00
Now use bigger font-size on mobile and tablet
This commit is contained in:
parent
0509f57da8
commit
d3ff0f0256
2 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue