Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmruz Hossain <hossainemruz@gmail.com>2022-07-16 19:03:53 +0300
committerGitHub <noreply@github.com>2022-07-16 19:03:53 +0300
commit27c3d0f4cc9df5e309cd9f019457aa2af7c1c52e (patch)
tree7ee2776da1e786b790b2f166e76ccba9e51aad03
parentad3dee71c2035cc8948639fcf416abf6b8e00ec2 (diff)
Add margin between tags (#612)
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
-rw-r--r--static/css/layouts/single.css2
1 files changed, 2 insertions, 0 deletions
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 {