mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-02-06 03:43:32 +08: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
@ -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 New Issue
Block a user