section - add img max-height

This commit is contained in:
isUnknown 2024-09-16 15:56:53 +02:00
parent 8e48dc0573
commit 3e6f00c387
3 changed files with 17 additions and 1 deletions

View file

@ -79,6 +79,13 @@
transform: rotate(-45deg);
}
@media screen and (min-width: 800px) {
.section__row.fixed-img-height img {
max-height: var(--height);
object-fit: contain;
}
}
@media screen and (max-width: 800px) {
.anchors-strip {
display: none;