Use relative unit for font size

This commit is contained in:
Ngô Ngọc Đức Huy 2023-11-05 09:21:01 +07:00
parent 52b0b6f008
commit deaef1d0b9
Signed by untrusted user: xarvos
GPG Key ID: 904AF1C7CDF695C3
1 changed files with 1 additions and 1 deletions

View File

@ -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
}