We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542fc1f commit f6ea7c4Copy full SHA for f6ea7c4
src/assets/scss/modules/component/_hero.scss
@@ -6,9 +6,14 @@
6
justify-content: center;
7
flex-direction: column;
8
background-color: var(--clr-background);
9
+ height: 80dvh;
10
z-index: 3;
11
position: relative;
12
13
+ @include breakpoint-down('medium') {
14
+ height: 100%;
15
+ }
16
+
17
&-decoration {
18
--width: 95vmin;
19
--increase: 1.2;
@@ -57,6 +62,7 @@
57
62
z-index: -1;
58
63
position: absolute;
59
64
bottom: 0;
65
+ margin-bottom: -.625rem;
60
66
left: 0;
61
67
width: 100%;
68
overflow: hidden;
src/assets/scss/modules/component/_preload.scss
@@ -8,6 +8,7 @@
right: 0;
+ height: 100dvh;
z-index: 999;
translate: 0 0;
0 commit comments