Skip to content

Commit

Permalink
Add backdrop-filter for Header
Browse files Browse the repository at this point in the history
  • Loading branch information
2093ab committed Mar 12, 2024
1 parent 9b35ea6 commit 554f967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const Header = styled(({ className }) => {
</header>
);
})`
backdrop-filter: blur(1.5rem);
display: flex;
align-items: center;
Expand Down

0 comments on commit 554f967

Please sign in to comment.