Explorar el Código

add spaces before and after separator

Yuki Takei hace 9 años
padre
commit
5698b98005
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  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;