section - add img max-height
This commit is contained in:
parent
8e48dc0573
commit
3e6f00c387
3 changed files with 17 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue