fix: zoom card on hover
This commit is contained in:
@@ -136,11 +136,10 @@ p {
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
border-color: rgba(255, 255, 255, 0.2);
|
||||
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
|
||||
transform: scale(1.02);
|
||||
}
|
||||
|
||||
.member-card.expanded:hover {
|
||||
transform: none;
|
||||
transform: scale(1.02);
|
||||
}
|
||||
|
||||
.member-card.expanded .expand-icon {
|
||||
|
||||
Reference in New Issue
Block a user