theme stuff

This commit is contained in:
fzorb 2025-05-16 08:16:58 +03:00
parent 6ebf324481
commit 542b0e862c
9 changed files with 63 additions and 17 deletions

View file

@ -43,6 +43,11 @@ body {
padding: 16px;
}
.container {
max-width: 500px;
margin: 0 auto;
}
.nav {
text-align: center;
}