mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 02:19:16 +02:00
Fixed really small size on small screens
This commit is contained in:
parent
2ad735bf85
commit
94f8aabaa2
3 changed files with 3 additions and 1 deletions
|
@ -59,7 +59,7 @@ export default {
|
|||
|
||||
html, body {
|
||||
@include media("<desktop") {
|
||||
font-size: 200%;
|
||||
font-size: 90%;
|
||||
}
|
||||
}
|
||||
#app {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue