REFACTOR update post-card.css to include 'block' display property for improved layout consistency
This commit is contained in:
parent
f1f66fd626
commit
1a82189831
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user