mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Justify (#267)
* 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:
@@ -26,6 +26,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
p {
|
||||
text-align: justify;
|
||||
text-justify: auto;
|
||||
hyphens: auto;
|
||||
}
|
||||
}
|
||||
.post {
|
||||
.post-title {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -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="}}
|
||||
Reference in New Issue
Block a user