Parcourir la source

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

Hugo Roy il y a 9 ans
Parent
commit
2f52be938d
1 fichiers modifiés avec 7 ajouts et 2 suppressions
  1. 7 2
      _sass/typography.scss

+ 7 - 2
_sass/typography.scss

@@ -154,8 +154,13 @@ p {
 .post article {
 .post article {
     @if $paragraph-indent == true {
     @if $paragraph-indent == true {
         p {
         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;
                 text-indent: 0;
             }
             }
         }
         }