hotfix for image-grow class

This commit is contained in:
Zach Harding
2026-03-18 14:53:10 -04:00
parent 9d9524e654
commit 04ea65eeeb
2 changed files with 83 additions and 30 deletions

View File

@@ -163,12 +163,12 @@ html {
.image-grow {
transition: box-shadow 350ms ease, transform 350ms ease;
//box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
&:hover,
&:focus {
box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
//transform: translateY(-0.9rem) scale(1.02);
transform: translateY(-0.9rem) scale(1.02);
}
}