Landing banner height 25vh for all devices
This commit is contained in:
@@ -101,11 +101,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
transition: height 0.5s ease;
|
transition: height 0.5s ease;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
--header-height: 261px;
|
|
||||||
|
|
||||||
@include mobile {
|
|
||||||
--header-height: 25vh;
|
--header-height: 25vh;
|
||||||
}
|
|
||||||
|
|
||||||
height: var(--header-height);
|
height: var(--header-height);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user