Fix CSS not being applied in tags (#780)

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
Emruz Hossain 2023-07-28 00:15:51 +06:00 committed by GitHub
parent 0afcdcd468
commit 55560f40bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
// in Hugo, Page kind can be either "section" or "page".
// if it is section, then it's a page with a list of items, for example /posts
// if it is page, then it is a single page.
body.kind-section {
body.kind-section, body.kind-term {
.wrapper {
display: flex;
padding: 0;