fix(article): fix article tag overflow

closes https://github.com/CaiJimmy/hugo-theme-stack/issues/4
This commit is contained in:
Jimmy Cai 2020-09-08 12:09:03 +02:00
parent 902784cdd6
commit fd816ca9ef
No known key found for this signature in database
GPG key ID: 3EA408E527F37B18

View file

@ -101,6 +101,10 @@
stroke-width: 1.33;
}
}
.article-tags {
flex-wrap: wrap;
}
}
}
}