From f4d58d17bc9af6b8e0c416352e31a5810b7419f8 Mon Sep 17 00:00:00 2001 From: hossainemruz Date: Fri, 28 Jul 2023 00:13:46 +0600 Subject: [PATCH] Fix CSS not being applied in tags Signed-off-by: hossainemruz --- assets/styles/layouts/list.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles/layouts/list.scss b/assets/styles/layouts/list.scss index 4b1512a..bb24e8a 100644 --- a/assets/styles/layouts/list.scss +++ b/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;