Skip to content

Commit

Permalink
changed blur to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushmaanagarwal1211 committed Jun 23, 2024
1 parent 6d56757 commit 6a54575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ right: 20px !important;
gap: 20px !important;
top: 105px !important;
background-color: rgba(230, 230, 250, 0.6); /* Light purple with some transparency */
backdrop-filter: blur(10px); /* Adjust the blur radius as needed */
backdrop-filter: blur(7px); /* Adjust the blur radius as needed */
overflow: hidden;
right: 0px !important;
border-radius: 15px !important;
Expand Down

0 comments on commit 6a54575

Please sign in to comment.