Browse Source

adjust css

itizawa 7 years ago
parent
commit
4817031940
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/client/styles/scss/_tag.scss

+ 3 - 1
src/client/styles/scss/_tag.scss

@@ -12,11 +12,13 @@
     .tag-icon {
     .tag-icon {
       border: none;
       border: none;
       font-size: 10px;
       font-size: 10px;
+    }
+
+    .tag-icon:not(:first-child) {
       margin-left: 5px;
       margin-left: 5px;
     }
     }
 
 
     a {
     a {
-      margin-left: 2px;
       color: gray;
       color: gray;
       font-size: 10px;
       font-size: 10px;
     }
     }