Make top image less tall on smaller viewports

This commit is contained in:
ernstmul
2025-01-30 16:41:24 +01:00
parent e8b63896a2
commit ae21e2c0c3
@@ -344,9 +344,13 @@
margin-top: calc(-1 * var(--base-16, 16px));
margin-left: calc(-1 * var(--base-16, 16px));
width: calc(100% + var(--base-32, 32px));
height: 187px;
height: 160px;
background-size: cover;
background-position: center;
@media (min-width: 1200px) {
height: 187px;
}
}
.web-image-light {