Skip to content

Commit 9b594c4

Browse files
authored
web: don't justify the TOC (#396)
There's not enough space for that to make sense.
1 parent 758dc86 commit 9b594c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/web/css/default.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ html, body, main, div#post-toc-container {
5252
display: revert;
5353
}
5454

55-
&.justified {
55+
&.justified article {
5656
p, li, summary, blockquote {
5757
text-align: justify;
5858
hyphens: auto;

0 commit comments

Comments
 (0)