Skip to content

Commit

Permalink
Fix CSS not being applied in tags (hugo-toha#780)
Browse files Browse the repository at this point in the history
Signed-off-by: hossainemruz <[email protected]>
  • Loading branch information
hossainemruz committed Jul 27, 2023
1 parent 0afcdcd commit 55560f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/styles/layouts/list.scss
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 55560f4

Please sign in to comment.