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 {
|
||||
|
||||
Reference in New Issue
Block a user