More responsiveness
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 29s

This commit is contained in:
2026-06-10 18:45:59 +02:00
parent 2cdc857b9a
commit 20b65fd15e
3 changed files with 20 additions and 2 deletions

View File

@@ -373,7 +373,15 @@ const sectionTargets = {
}
@media screen and (max-width: 900px) {
margin-top: 60px;
margin-top: 100px;
}
@media screen and (max-width: 600px) {
margin-top: 140px;
}
@media screen and (max-width: 480px) {
margin-top: 180px;
}
}