style(entry-cover): enhance layout with border-radius and gap

This commit is contained in:
Aditya Telange
2026-04-11 21:12:52 +05:30
parent e26cb4ae9a
commit 4ecb141461
+4
View File
@@ -108,6 +108,10 @@
font-size: 14px;
margin-bottom: var(--gap);
text-align: center;
border-radius: var(--radius);
display: flex;
flex-direction: column;
gap: .5rem;
}
.entry-cover img {