mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-06-05 09:13:45 -04:00
Feat/improve cover image gen (#1628)
* Refactor cover.html * Refactor 2 * Refactor 3 * Refactor 4 * Refactor 5 * add comments and refactor more * Refactor cover.html to use <figcaption> for image captions * Add comments and manage whitespace * Remove pointer-event prevention from entry-cover image
This commit is contained in:
parent
e2e1011bde
commit
72615b6d49
2 changed files with 53 additions and 32 deletions
|
@ -97,7 +97,6 @@
|
|||
|
||||
.entry-cover img {
|
||||
border-radius: var(--radius);
|
||||
pointer-events: none;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue