summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css
index 2fbd562..5988ada 100644
--- a/style.css
+++ b/style.css
@@ -215,3 +215,9 @@ aside.callout {
.next:before {
content: "👉" ;
}
+
+/* I just think it looks nicer when text is justified, but I made it optional
+ * If you want your text to be justified, just add 'class="justified-paragraphs"' to your <main> */
+main.justified-paragraphs p {
+ text-align: justify;
+} \ No newline at end of file