Update tag entry cover display style to flex
This commit is contained in:
parent
e3bacc10b7
commit
1eef23d718
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue