From 60a1b307e40650b7d71345b8cfac6dc8820d1a75 Mon Sep 17 00:00:00 2001 From: Joachim Lusiardi Date: Sun, 6 Nov 2016 13:14:28 +0100 Subject: [PATCH] changes to beautify the generated markdown --- app/static/main.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/static/main.css b/app/static/main.css index 73b9e3b..d863e1a 100644 --- a/app/static/main.css +++ b/app/static/main.css @@ -1,3 +1,12 @@ +.markdown > h1 { + font-size: 14px; + font-weight: bold; +} + +.markdown { + text-align: left +} + body { padding-top: 50px; }