This commit is contained in:
Janis
2022-12-19 01:12:05 +01:00
parent 7141fc4452
commit 8a8ea32c34

View File

@@ -5,10 +5,16 @@
margin: 0; margin: 0;
} }
*,
:after,
:before {
box-sizing: border-box;
}
html, html,
body { body {
max-width: 100vw; max-width: 100vw;
overflow-x: hidden; min-height: 100vh;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif; sans-serif;