Small improvements for mobile

This commit is contained in:
Johannes Zellner
2025-03-10 16:47:31 +01:00
parent 77d4a9f711
commit 9d30b6e29a
3 changed files with 14 additions and 5 deletions

View File

@@ -19,6 +19,12 @@ html, body {
}
}
@media (max-width: 576px) {
.hide-mobile {
display: none;
}
}
.shadow {
box-shadow: 0 2px 5px rgba(0,0,0,.1);
}