Fix display of split images

This commit is contained in:
Gabriel Huber 2023-02-27 23:08:41 +01:00
parent 9ca3c60df9
commit b6bd9978c3

View file

@ -221,6 +221,10 @@ section:nth-child(even) {
justify-content: center;
}
.split-section-img a {
height: 100%;
}
.split-section-img img {
width: 100%;
height: auto;
@ -348,7 +352,7 @@ footer h2 {
}
.split-section-reverse {
flex-direction: row;
flex-direction: column;
}
.split-section-img {