mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 19:09:02 +00:00
style(post-entry): add border-radius to entry link for consistency
This commit is contained in:
@@ -93,6 +93,7 @@
|
|||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
border-radius: var(--radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry-hint {
|
.entry-hint {
|
||||||
@@ -108,7 +109,6 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin-bottom: var(--gap);
|
margin-bottom: var(--gap);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: var(--radius);
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: .5rem;
|
gap: .5rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user