Skip to content

Commit

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

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


.raid-container {
padding: 1em;
}
Expand Down

0 comments on commit a65eedf

Please sign in to comment.