Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
Purge11 committed Oct 5, 2024
1 parent 44f08f3 commit 44133b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/raids/raids.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
border-radius: 20px;
width: 100%;
padding: 3em 0;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6); /* Added shadow for depth */
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6); /* Shadow for depth */
transition: transform 0.3s ease-in-out; /* Smooth transitions */
}

.raids:hover {
transform: scale(1.02); /* Subtle zoom effect on hover */
transform: scale(1.02); /* Zoom effect on hover */
}

.raid-container {
Expand Down

0 comments on commit 44133b7

Please sign in to comment.