Revert "refactor: remove redundant post-grid-item.animated visibility class"
All checks were successful
Deploy Theme / deploy (push) Successful in 13s

This reverts commit 93625b0419.
This commit is contained in:
2026-02-22 09:26:19 +01:00
parent 93625b0419
commit 9d1b6dee52

View File

@@ -216,3 +216,7 @@
.animate-fadeInUp { .animate-fadeInUp {
animation: fadeInUp 0.5s ease-out forwards; animation: fadeInUp 0.5s ease-out forwards;
} }
.post-grid-item.animated {
opacity: 1;
}