feat: Add CSS animations and image lightbox

This commit is contained in:
2026-02-17 18:29:09 +01:00
parent 589ca7b58e
commit a781249c1a
4 changed files with 72 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
{{#if posts}}
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6">
{{#foreach posts}}
<article class="relative bg-gray-800 rounded-lg shadow-lg overflow-hidden group">
<article class="post-grid-item opacity-0 relative bg-gray-800 rounded-lg shadow-lg overflow-hidden group">
<a href="{{url}}" class="block">
{{#if feature_image}}
<img