Преглед изворни кода

Fix CSS not being applied in tags (#780)

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
Emruz Hossain пре 1 година
родитељ
комит
55560f40bd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      assets/styles/layouts/list.scss

+ 1 - 1
assets/styles/layouts/list.scss

@@ -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;