layout css header main

This commit is contained in:
2024-03-20 22:49:49 +01:00
parent fa8bcef1c3
commit 432bf3c253
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
main[role="main"] {
margin-top: 10vh;
margin-top: 12vh;
@media (min-width: $breakpoint_desktop) {
margin-top: 16vh;
margin-top: 22vh;
}
}