style(post-entry): add border-radius to entry link for consistency

This commit is contained in:
Aditya Telange
2026-04-26 16:54:39 +05:30
parent fe946d57b3
commit 4a3e050bc3
+1 -1
View File
@@ -93,6 +93,7 @@
right: 0;
top: 0;
bottom: 0;
border-radius: var(--radius);
}
.entry-hint {
@@ -108,7 +109,6 @@
font-size: 14px;
margin-bottom: var(--gap);
text-align: center;
border-radius: var(--radius);
display: flex;
flex-direction: column;
gap: .5rem;