mobile image size fix
This commit is contained in:
parent
fefa5cd5a6
commit
69de26fa22
1 changed files with 6 additions and 0 deletions
|
@ -444,6 +444,12 @@ textarea {
|
|||
justify-content: space-between;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.section-figure .section-image {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.split-section-plain .section-figure .section-image {
|
||||
flex-grow: 0;
|
||||
padding: 50px 15px 0;
|
||||
|
|
Loading…
Reference in a new issue