From 877491a97c2ac140003c6416dbd33630148bb860 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 3 Jan 2017 19:28:53 -0500 Subject: justify DND pages --- src/main.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main.scss b/src/main.scss index 15a7b9f..b4f8681 100644 --- a/src/main.scss +++ b/src/main.scss @@ -135,9 +135,12 @@ body.dnd { background: url(dnd/Background.png) repeat-y; background-size: 100%; - /* This bit is taken from the defaults of org-mode export */ + /* This bit mostly taken from the defaults of org-mode export */ article { - font-family: Times, serif; font-size: 12pt; + font-family: Times, serif; + font-size: 12pt; + + p { text-align: justify; } .title { text-align: center; } .todo { color: red; } .done { color: green; } -- cgit v1.2.3