From 0e47a27498052276bd28713d41a6a2fdebf795c8 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Tue, 11 Aug 2015 18:37:12 +0530 Subject: [PATCH] [#1] Offerings Section - columns text aligned to left In the offerings section with three columns, each having their text aligned to left by default, does not give an intuitive feeling to read in comparison to the scenario if they where aligned justified. Before before After after Suggestion: text-align: justify --- source/stylesheets/style.css.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/stylesheets/style.css.scss b/source/stylesheets/style.css.scss index c435a10..cd2050d 100644 --- a/source/stylesheets/style.css.scss +++ b/source/stylesheets/style.css.scss @@ -39,6 +39,7 @@ .extract { margin: 1em auto; width: 90%; + text-align: justify; } .about { @@ -91,4 +92,4 @@ width: 50%; margin: 1em auto; } -} \ No newline at end of file +}