fix: article category overflow (#1055)

closes https://github.com/CaiJimmy/hugo-theme-stack/issues/1045
This commit is contained in:
Jimmy Cai 2024-09-07 13:25:26 +02:00 committed by GitHub
parent fddab05362
commit fcd56dd21c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View file

@ -131,6 +131,7 @@
.article-tags {
display: flex;
gap: 10px;
flex-wrap: wrap;
a {
color: var(--accent-color-text);

View file

@ -67,7 +67,6 @@
}
.article-tags {
flex-wrap: wrap;
text-transform: unset;
}