Larger top margin on mobile to make room for navbar

This commit is contained in:
Ole Eskild Steensen 2022-11-11 07:30:58 +01:00
parent 96b8b0a9b1
commit c889b6dc9e

View File

@ -12,6 +12,11 @@ body {
font-size: 22px;
line-height: 1.5;
margin-top: 90px;
@media(max-width: 800px) {
margin-top: 150px;
}
}
.external-link {