Skip to content

Commit

Permalink
Blur: Margin on more pages
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ckoates committed Sep 1, 2024
1 parent e8abe07 commit 2559d8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion themes/blur.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
backdrop-filter: blur(16px);
}

main > [class*="container--"] {
main > [class*="container--"],
main > [data-type="page"],
.__NEPTUNE_PAGE {
margin-bottom: 128px;
}

Expand Down

0 comments on commit 2559d8b

Please sign in to comment.