Parcourir la source

add spaces before and after separator

Yuki Takei il y a 9 ans
Parent
commit
5698b98005
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  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;