* 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 {
.post-title { .post-title {

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
{"Target":"css/coder.min.ab11da33926aff1bbed738198c81361e84bf702098a3e97ed5b24126bde6c9ba.css","MediaType":"text/css","Data":{"Integrity":"sha256-qxHaM5Jq/xu+1zgZjIE2HoS/cCCYo+l+1bJBJr3mybo="}} {"Target":"css/coder.min.a4f332213a21ce8eb521670c614470c58923aaaf385e2a73982c31dd7642decb.css","MediaType":"text/css","Data":{"Integrity":"sha256-pPMyITohzo61IWcMYURwxYkjqq84XipzmCwx3XZC3ss="}}