website: fix layout on mobile devices (#6058)

This commit is contained in:
Jens L 2023-06-25 16:15:49 +02:00 committed by GitHub
parent f48663a39c
commit 4bd66aeea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -38,6 +38,18 @@
max-height: 200px;
}
@media (max-width: 996px) {
.hero_image > img {
display: none;
}
}
@media (max-width: 430px) {
.hero__title {
font-size: 2rem;
}
}
.before-after-slider img {
max-width: none;
}