mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 19:09:02 +00:00
style(entry-cover): enhance layout with border-radius and gap
This commit is contained in:
@@ -108,6 +108,10 @@
|
|||||||
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;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: .5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry-cover img {
|
.entry-cover img {
|
||||||
|
|||||||
Reference in New Issue
Block a user