瀏覽代碼

add spaces before and after separator

Yuki Takei 9 年之前
父節點
當前提交
5698b98005
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      resource/css/_page.scss

+ 6 - 1
resource/css/_page.scss

@@ -88,7 +88,12 @@
         margin-top: 0;
         margin-bottom: 0;
 
-        a:last-child {
+        // add spaces before and after separator
+        .separator::before, .separator::after {
+          content: " ";
+        }
+
+        a.last-path {
           color: #D1E2E4;
           opacity: .4;