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

@@ -44,10 +44,10 @@ a {
text-decoration: none; }
main[role="main"] {
margin-top: 10vh; }
margin-top: 12vh; }
@media (min-width: 1080px) {
main[role="main"] {
margin-top: 16vh; } }
margin-top: 22vh; } }
strong {
font-weight: bold; }