Fix header on ios (#33504)

This commit is contained in:
Paulus Schoutsen 2024-07-01 10:49:19 +02:00 committed by GitHub
parent 4de78619c6
commit c1e47058b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -402,7 +402,13 @@ a.material-card:hover {
} }
} }
/* not contained inside frontpage class */
.hero {
display: flex;
}
.frontpage { .frontpage {
.material-card { .material-card {
margin-bottom: 24px; margin-bottom: 24px;
} }