REFACTOR update post-card.css to include 'block' display property for improved layout consistency

This commit is contained in:
Antoine 2026-03-16 10:16:48 +01:00
parent f1f66fd626
commit 1a82189831

View File

@ -1,5 +1,5 @@
.post-card {
@apply bg-white border border-primary p-6;
@apply bg-white border border-primary p-6 block;
transition: transform 0.3s ease-out;
&:hover {
transform: translateY(-4px);