improved mobile layout

This commit is contained in:
2025-12-29 10:47:36 +01:00
parent 24a460e6e2
commit 610fd74e89
19 changed files with 144 additions and 73 deletions

View File

@@ -42,11 +42,12 @@ footer {
@media (max-width: 720px) {
#content {
padding: 1.2rem;
padding: 12px;
padding-top: 30px;
}
footer {
padding-bottom: 16px;
padding-bottom: 56px;
}
}
</style>