From 93625b04197b8b49077f57ce3ccc7be0acb3ecb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 22 Feb 2026 09:24:17 +0100 Subject: [PATCH] refactor: remove redundant post-grid-item.animated visibility class --- assets/css/tailwind.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index 23c4614..8ac926c 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -216,7 +216,3 @@ .animate-fadeInUp { animation: fadeInUp 0.5s ease-out forwards; } - -.post-grid-item.animated { - opacity: 1; -}