fix: force 3d scaling for button transform
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
---
|
||||
import { Icon } from 'astro-icon/components';
|
||||
import Logo from "@components/images/Logo.astro"
|
||||
|
||||
interface Props {
|
||||
|
||||
@@ -74,9 +74,9 @@
|
||||
}
|
||||
|
||||
@utility card-hover-icon-scale {
|
||||
@apply transition-all duration-300
|
||||
@apply transition-transform duration-300 will-change-transform
|
||||
drop-shadow-md dark:drop-shadow-xl dark:drop-shadow-neutral-500/60
|
||||
group-hover:scale-110
|
||||
group-hover:scale-3d group-hover:scale-110
|
||||
}
|
||||
|
||||
@utility card-text-header {
|
||||
|
||||
Reference in New Issue
Block a user