fix footer email + style footer mobile

This commit is contained in:
isUnknown 2024-09-20 09:11:18 +02:00
parent b45806fa8c
commit 7cf792ed15
5 changed files with 70 additions and 8 deletions

View file

@ -90,6 +90,13 @@
}
.hero {
padding: calc(var(--padding-vertical) / 1.2) var(--space-m) 2rem
var(--space-m) !important;
border-bottom: none !important;
height: auto;
}
.hero__image {
height: 60vw;
}
}