fix up area inked + scrolling issues

This commit is contained in:
kittentm 2026-03-17 04:41:10 +01:00
commit 71f9f0fe80
No known key found for this signature in database
GPG key ID: AC43DFDBC1F44A91
2 changed files with 13 additions and 3 deletions

View file

@ -8,6 +8,16 @@ body {
margin-left: -5px;
}
html {
overflow-x: hidden;
}
body {
margin: 0;
overflow-x: hidden; /* see i care about mobile users */
min-height: 100vh;
}
@font-face {
font-family: 'Splatoon1';
src: url('Splatoon1.otf') format('opentype');