solve some pbm with font size

This commit is contained in:
asus
2023-11-29 20:07:49 +01:00
parent 447553b1ac
commit 8eec040226
4 changed files with 17 additions and 15 deletions

View File

@@ -1,7 +1,9 @@
html {
font-size: 62.5%;
}
:root {
--base_font_size: 62.5%;
}
html {
font-size: var(--base_font_size);
}
body {
overflow-x: hidden;