Fix some responsive font sizes and margins

This commit is contained in:
2022-08-21 11:52:24 +02:00
parent 2fd2d252ca
commit 1057c5728a
3 changed files with 11 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
color: $color-secondary;
@include bp (sm) {
margin-top: 160px;
margin-top: clamp(80px, 9vw, 160px);
}
}