diff --git a/assets/css/src/page-sectioned.css b/assets/css/src/page-sectioned.css index 75919e4..6c975c7 100644 --- a/assets/css/src/page-sectioned.css +++ b/assets/css/src/page-sectioned.css @@ -74,15 +74,18 @@ transform: rotate(-45deg); } -@media screen and (min-width: 800px) { - .section__row.fixed-img-height img { - max-height: var(--height); - object-fit: contain; - } +.section__row.fixed-img-height img { + max-height: var(--height); + object-fit: contain; } @media screen and (max-width: 800px) { .anchors-strip { display: none; } + + .section__row.fixed-img-height img { + max-height: calc(var(--height) * 3); + object-fit: contain; + } } diff --git a/assets/dist/style.css b/assets/dist/style.css index b36ea17..9093eb2 100644 --- a/assets/dist/style.css +++ b/assets/dist/style.css @@ -1618,17 +1618,20 @@ section.key-infos .key-infos__key:not(:last-child) { transform: rotate(-45deg); } -@media screen and (min-width: 800px) { - .section__row.fixed-img-height img { - max-height: var(--height); - object-fit: contain; - } +.section__row.fixed-img-height img { + max-height: var(--height); + object-fit: contain; } @media screen and (max-width: 800px) { .anchors-strip { display: none; } + + .section__row.fixed-img-height img { + max-height: calc(var(--height) * 3); + object-fit: contain; + } } .search {