Skip to content

Commit

Permalink
Update home.css
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Dec 15, 2024
1 parent f46a406 commit 55c3429
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/assets/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ div.home div.search {
}

div.home div.search div.home-search {
box-shadow: 0 3px 5px -1px #0003, 0 1px 18px 0 #0000001F, 0 6px 10px 0 #00000024;
/* box-shadow: 0 3px 5px -1px #0003, 0 1px 18px 0 #0000001F, 0 6px 10px 0 #00000024; */
box-shadow: 0px 2px 16px 0px rgba(26, 26, 26, .24);
/* box-shadow: 0px 2px 8px 0px rgba(26, 26, 26, .16); */
display: flex;
flex-direction: column;
align-items: center;
Expand Down

0 comments on commit 55c3429

Please sign in to comment.