Skip to content

Commit

Permalink
fix: data-attributes.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Jan 16, 2020
1 parent aca6196 commit 67bf0f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions assets/scss/_common/data-attributes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@
}

[data-align="justify"] {
.post-body p, li, dd {
text-align: justify;
text-justify: distribute;
.post-body {
p, li, dd {
text-align: justify;
text-justify: distribute;
}
}
}
[data-align="center"] {
Expand Down

0 comments on commit 67bf0f5

Please sign in to comment.