forked from AkkomaGang/akkoma-fe
Use relative unit for font size
This commit is contained in:
parent
52b0b6f008
commit
deaef1d0b9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
}
|
||||
|
||||
html {
|
||||
font-size: 14px;
|
||||
font-size: 0.875rem;
|
||||
// overflow-x: clip causes my browser's tab to crash with SIGILL lul
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue