Give headers more space on mobile

This commit is contained in:
Johannes Zellner
2024-10-15 15:26:10 +02:00
parent fc565fd818
commit 57b0cca6ab

View File

@@ -328,6 +328,10 @@ html, body {
h1, h2, h3 {
font-family: $font-family-heading;
@media(max-width:767px) {
padding: 0 10px;
}
}
.view-header {