From 2225c76806cf71777cd2b4fd8a68fe5de425f945 Mon Sep 17 00:00:00 2001 From: Krehan Tim Date: Fri, 26 Oct 2018 14:53:26 +0200 Subject: [PATCH] further styles --- style/parsedown.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/style/parsedown.css b/style/parsedown.css index 8d31af5..9c16646 100644 --- a/style/parsedown.css +++ b/style/parsedown.css @@ -4,7 +4,7 @@ border-bottom: 1px solid grey; color: #333; text-transform: uppercase; - max-width: 90%; + max-width: 75%; } .parsedown-section h2 { @@ -13,7 +13,7 @@ border-bottom: 1px solid grey; color: #333; text-transform: uppercase; - max-width: 85%; + max-width: 70%; } .parsedown-section h3 { @@ -22,7 +22,7 @@ border-bottom: 1px solid grey; color: #444; text-transform: capitalize; - max-width: 80%; + max-width: 60%; } .parsedown-section h4 { @@ -31,7 +31,7 @@ border-bottom: 1px solid grey; color: #444; text-transform: capitalize; - max-width: 75%; + max-width: 60%; } .parsedown-section h5 { @@ -41,7 +41,7 @@ color: #555; text-transform: lowercase; font-weight: normal; - max-width: 70%; + max-width: 55%; } .parsedown-section h6 { @@ -51,7 +51,7 @@ color: #555; text-transform: lowercase; font-weight: normal; - max-width: 65%; + max-width: 50%; } .parsedown-section table {