feat: scale logos
All checks were successful
test-build / guarddog (push) Successful in 35s
test-build / build (push) Successful in 1m12s
renovate / renovate (push) Successful in 1m24s

This commit is contained in:
2026-02-14 01:04:56 -06:00
parent 104fe35ee8
commit 0fc359a973
5 changed files with 13 additions and 8 deletions

View File

@@ -105,12 +105,18 @@
shadow-xs hover:shadow-md dark:shadow-md dark:hover:shadow-lg
}
@utility card-hover-icon {
@utility card-hover-icon-color {
@apply transition-all duration-300
text-primary
group-hover:text-main
}
@utility card-hover-icon-scale {
@apply transition-all duration-300
drop-shadow-sm
group-hover:scale-110
}
@utility card-text-header {
@apply text-header
md:text-5xl