Landing banner height 25vh for all devices

This commit is contained in:
2022-08-09 01:06:04 +02:00
parent 81bead113f
commit fe86bbae40

View File

@@ -101,11 +101,7 @@
position: relative;
transition: height 0.5s ease;
overflow: hidden;
--header-height: 261px;
@include mobile {
--header-height: 25vh;
}
height: var(--header-height);