post-cover-image : add support for cover image for post

usage with post params =>
    cover = "<absolute image url>"
This commit is contained in:
Aditya Telange 2020-09-14 17:45:22 +05:30
parent ea94a8bd77
commit ab451ef89c
No known key found for this signature in database
GPG key ID: 82E844EF3DA99E77
3 changed files with 17 additions and 0 deletions

View file

@ -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;