浏览代码

Add margin between tags (#612)

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
Emruz Hossain 2 年之前
父节点
当前提交
27c3d0f4cc
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      static/css/layouts/single.css

+ 2 - 0
static/css/layouts/single.css

@@ -308,6 +308,8 @@ h6 {
   list-style-type: none;
   list-style-type: none;
   display: inline-block;
   display: inline-block;
   background: #248aaa;
   background: #248aaa;
+  margin-left: 0.2em;
+  margin-right: 0.2em;
 }
 }
 
 
 .taxonomy-terms a {
 .taxonomy-terms a {