Browse Source

Ne pas faire d'alinéa de paragraphe pour les notices

Hugo Roy 9 years ago
parent
commit
2f52be938d
1 changed files with 7 additions and 2 deletions
  1. 7 2
      _sass/typography.scss

+ 7 - 2
_sass/typography.scss

@@ -154,8 +154,13 @@ p {
 .post article {
     @if $paragraph-indent == true {
         p {
-                text-indent: $indent-var;
-            blockquote &, table &, figure &, header &, footer &, .noindent, &.noindent, &.notice {
+            text-indent: $indent-var;
+            &.noindent, &.notice {
+                text-indent: 0;
+            }
+        }
+        blockquote, table, figure, header, footer, .noindent {
+            p {
                 text-indent: 0;
             }
         }