Et préciser que les alinéas de paragraphe ne sont que dans le corps du billet et pas ailleurs.
@@ -132,11 +132,19 @@ blockquote {
p {
margin: 0 0 $indent-var;
- // sibling indentation
+ text-align: justify;
+ -webkit-hyphens: auto;
+ -ms-hyphens: auto;
+ -moz-hyphens: auto;
+ hyphens: auto;
+}
+
+.post p {
@if $paragraph-indent == true {
& {
text-indent: $indent-var;
}
+ // sibling indentation
& + p {
margin-top: -($indent-var);