use smaller padding on mobile header

This commit is contained in:
Jonas Leder 2021-03-28 20:20:28 +02:00
parent 668fe84882
commit b0c8816e99

View file

@ -36,4 +36,9 @@
max-width: 100%;
}
}
.header-homepage{
padding-top: 50px;
padding-bottom: 100px;
}
}