From 5fb1bb1ac7b376f3e08d1c3a0225912eba0752a6 Mon Sep 17 00:00:00 2001 From: Artur Boryś Date: Fri, 9 Jul 2021 19:19:17 +0200 Subject: [sshadvanced] SSH Jumping --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'style.css') 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.justified-paragraphs p { + text-align: justify; +} \ No newline at end of file -- cgit v1.2.3