Mobile improvements

This commit is contained in:
metacryst
2025-12-17 22:16:38 -06:00
parent 279be987a4
commit 9567e4e284
16 changed files with 347 additions and 152 deletions

View File

@@ -43,12 +43,19 @@
}
body {
margin: 0px;
font-family: 'Bona Nova', sans-serif;
font-size: 16px;
background-color: var(--main);
color: var(--accent);
}
@media (max-width: 480px) {
body, html{
overflow-x: hidden;
}
}
#title {
padding: 5px 10px;
font-size: 1.7rem;