Skip to content

Commit

Permalink
Removed Blur box on home screen
Browse files Browse the repository at this point in the history
  • Loading branch information
darshjnn committed May 23, 2024
1 parent d21ac96 commit 02a3257
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -755,12 +755,6 @@ div.card {

.home .home-thumb {
text-align: center;
background-color: #2222227d;
border: 2px solid #2222227d;
box-shadow: 4px 4px 5px black;
border-radius: 15px;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}

.home .btn {
Expand Down

0 comments on commit 02a3257

Please sign in to comment.