- added test banner svg

- need to figure out a better deal with font size and screen size
This commit is contained in:
asus
2023-12-22 18:16:13 +01:00
parent 7484bd8697
commit 553c93a7d1
9 changed files with 114 additions and 18 deletions

View File

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