Skip to content

Commit

Permalink
Merge pull request #802 from parkhibhandula/new
Browse files Browse the repository at this point in the history
To fix border of "CONTACT US" image section in Dark Mode
  • Loading branch information
apu52 authored Jun 25, 2024
2 parents 71a3916 + c2a8160 commit e204851
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions explore.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
* {
box-sizing: border-box;
/* ADDED BORDER RADIUS IN IMAGE SECTION */
border-radius: 20px;
}

.outer-box {
Expand Down

0 comments on commit e204851

Please sign in to comment.