Skip to content

Commit

Permalink
fixed footer gradient z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamás committed Sep 8, 2023
1 parent 0aa2489 commit 818e7a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ body {
position: absolute;
bottom: 0;
left: 0;
z-index: -1;

@include media-breakpoint-down(lg) {
background-size: auto 1800px;
Expand Down
7 changes: 0 additions & 7 deletions src/scss/pages/page-what-is-celestia.scss
Original file line number Diff line number Diff line change
Expand Up @@ -478,10 +478,3 @@
}
}
}

.what-is-celestia + footer {
padding-top: 80px;
@include media-breakpoint-down(md) {
padding-top: 20px;
}
}

0 comments on commit 818e7a6

Please sign in to comment.