feat: Add CSS animations and image lightbox
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user