mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-26 19:53:49 +01:00
fix: article category overflow (#1055)
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/1045
This commit is contained in:
parent
fddab05362
commit
fcd56dd21c
2 changed files with 1 additions and 1 deletions
|
@ -131,6 +131,7 @@
|
|||
.article-tags {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
flex-wrap: wrap;
|
||||
|
||||
a {
|
||||
color: var(--accent-color-text);
|
||||
|
|
|
@ -67,7 +67,6 @@
|
|||
}
|
||||
|
||||
.article-tags {
|
||||
flex-wrap: wrap;
|
||||
text-transform: unset;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue