* Paragraph style changes

Add text-align: justify to make text justified.

Add text-justify: auto, so the browser can decide if inter-word or inter-character space is adjusted.

Add hyphens: auto, so browser can hyphenate words.

* Regenerate scss files
This commit is contained in:
voroskoi
2020-02-20 14:17:11 +01:00
committed by GitHub
parent daeffaf258
commit fb2dc89b45
3 changed files with 7 additions and 2 deletions

View File

@@ -26,6 +26,11 @@
}
}
}
p {
text-align: justify;
text-justify: auto;
hyphens: auto;
}
}
.post {
.post-title {