mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-27 13:14:19 -04:00
post-cover-image : add support for cover image for post
usage with post params => cover = "<absolute image url>"
This commit is contained in:
parent
ea94a8bd77
commit
ab451ef89c
3 changed files with 17 additions and 0 deletions
|
@ -90,6 +90,13 @@
|
|||
font-size: 14px;
|
||||
}
|
||||
|
||||
.entry-cover img {
|
||||
border-radius: var(--radius);
|
||||
margin-bottom: var(--gap);
|
||||
pointer-events: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
margin: 2px;
|
||||
padding: 6px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue