Skip to content

Commit

Permalink
Fix wave graphic overlapping CTA buttons for large resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
KartikSoneji authored Aug 28, 2024
1 parent 9eae738 commit fbdb1f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ footer {
animation: zoomOutOnLoad 1s ease-in-out 1;
filter: blur(1px);
opacity: 0.6;
z-index: -1; // always stay behind everything
}

@keyframes zoomOutOnLoad {
Expand Down

0 comments on commit fbdb1f7

Please sign in to comment.