summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorArtur Boryś <artur.borys13@gmail.com>2021-07-09 19:19:17 +0200
committerArtur Boryś <artur.borys13@gmail.com>2021-07-09 19:19:17 +0200
commit5fb1bb1ac7b376f3e08d1c3a0225912eba0752a6 (patch)
tree537fdd16c35e155f7938e09b7334f51e175c9eae /style.css
parent12bef8ad79bd7ad44012f8a86cad69411ee1d8ea (diff)
[sshadvanced] SSH Jumping
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