Browse Source

séparation des paragraphes

Hugo Roy 9 years ago
parent
commit
c23391ce11
1 changed files with 4 additions and 1 deletions
  1. 4 1
      _sass/typography.scss

+ 4 - 1
_sass/typography.scss

@@ -147,7 +147,10 @@ p {
     hyphens: auto;
 
     & + p {
-        margin-top: -($indent-var);
+        @if $paragraph-indent == true {
+            margin-top: -($indent-var);
+        }
+        margin-top: 0;
     }
 }