From 5a57a8fa44f93293f449107bee70a725d1358c3e Mon Sep 17 00:00:00 2001 From: hossainemruz Date: Sat, 16 Jul 2022 22:02:31 +0600 Subject: [PATCH] Add margin between tags Signed-off-by: hossainemruz --- static/css/layouts/single.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/layouts/single.css b/static/css/layouts/single.css index 236fb5d..0e4f5f6 100644 --- a/static/css/layouts/single.css +++ b/static/css/layouts/single.css @@ -308,6 +308,8 @@ h6 { list-style-type: none; display: inline-block; background: #248aaa; + margin-left: 0.2em; + margin-right: 0.2em; } .taxonomy-terms a {