reverted last 3 commits

This commit is contained in:
asus
2024-01-21 12:16:30 +01:00
parent ed75f330a1
commit ac1d84fc9a
10 changed files with 18 additions and 384 deletions

View File

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