Skip to content

Commit

Permalink
added shadow-related css.
Browse files Browse the repository at this point in the history
  • Loading branch information
riyaahlawat authored Jul 1, 2024
1 parent ffb95c6 commit 6ed80cd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions styles/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@
height: 70vh;
box-sizing: border-box;
overflow: auto; /* Enable scrolling for large content */
border-radius: 20px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.752);
/* border-radius: 20px; */
/* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.752); */
border-radius: 10px;
box-shadow: 0 5px 15px var(--black);
display: flex;
}

.contacts_close {
Expand Down

0 comments on commit 6ed80cd

Please sign in to comment.