Skip to content

Commit 1b1dd12

Browse files
committed
Adjust z-index for step columns and footer
1 parent 875bdad commit 1b1dd12

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

styles/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ header {
244244
display: grid;
245245
grid-template-rows: auto 1fr;
246246
gap: 1rem;
247+
z-index: 3;
247248
@media (prefers-reduced-motion: no-preference) {
248249
animation: 0.4s cubic-bezier(.23,.83,.43,1) 0s normal forwards 1 animate_fade_in_up;
249250
}
@@ -595,6 +596,7 @@ header {
595596
/* Step 2 */
596597
#step-2 {
597598
animation-duration: 0.6s;
599+
z-index: 1;
598600
> h2:before {
599601
animation-duration: 1.7s;
600602
}
@@ -1022,6 +1024,7 @@ footer {
10221024
justify-content: center;
10231025
align-items: center;
10241026
gap: 1rem;
1027+
z-index: 2;
10251028
@media screen and (min-width: 460px) {
10261029
flex-direction: row;
10271030
}

0 commit comments

Comments
 (0)