website: fix layout on mobile devices (#6058)
This commit is contained in:
parent
f48663a39c
commit
4bd66aeea9
|
@ -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;
|
||||
}
|
||||
|
|
Reference in New Issue