Skip to content

Commit

Permalink
fix: mentor cards no longer overlap
Browse files Browse the repository at this point in the history
box-sizing: border-box;
  • Loading branch information
Majestic9169 committed Dec 1, 2024
1 parent 3d28a7a commit 2676d86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/MentorProjectCard.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.mentor-project-card {
box-sizing: border-box;
background: #020f2b;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
Expand Down

0 comments on commit 2676d86

Please sign in to comment.