From 7b3821cc8d39d253b1e5c2d69ee05f0de75d432f Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Sun, 12 Jul 2015 15:59:55 -0700 Subject: [PATCH] Made h1 h2 h3 left align for aesthetics Wordy titles got streched very badly across the page with inch long spaces between words. left-align fixes this. --- styles/custom2.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/styles/custom2.css b/styles/custom2.css index ae8b315..b9547bb 100644 --- a/styles/custom2.css +++ b/styles/custom2.css @@ -34,9 +34,11 @@ margin-top: 1em; display: block; white-space: wrap; + text-align: left; } h2 { font-family: 'Open sans',verdana,arial,sans-serif; + text-align: left; } .text_cell_render h2 { font-weight: 200; @@ -46,8 +48,9 @@ color:#c76c0c; margin-bottom: 0.5em; margin-top: 1.5em; - display: inline; + display: block; white-space: wrap; + text-align: left; } h3 { font-family: 'Open sans',verdana,arial,sans-serif; @@ -60,7 +63,8 @@ margin-bottom: 0.5em; margin-top: 2em; display: block; - white-space: nowrap; + white-space: wrap; + text-align: left; } h4 { font-family: 'Open sans',verdana,arial,sans-serif;