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

+ 6 - 6
_sass/typography.scss

@@ -143,15 +143,15 @@ p {
     }
 }
 
-@if $paragraph-indent == true {
-    .post article {
+.post article {
+    @if $paragraph-indent == true {
         p {
                 text-indent: $indent-var;
             }
-    }
-    blockquote, table, figure, header, footer, .noindent {
-        p {
-            text-indent: 0;
+        blockquote, table, figure, header, footer, .noindent {
+            p {
+                text-indent: 0;
+            }
         }
     }
 }