Update tag entry cover display style to flex

This commit is contained in:
gribse 2025-04-18 12:33:48 +02:00
parent e3bacc10b7
commit 1eef23d718

View file

@ -48,8 +48,9 @@
}
.tag-entry .entry-cover {
display: none;
display: flex;
}
/* changed "none" to "flex" : cf https://github.com/adityatelange/hugo-PaperMod/discussions/631 */
.entry-header h2 {
font-size: 24px;