summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2014-10-06 08:12:47 -0700
committerFranck Cuny <franckcuny@gmail.com>2014-10-06 08:12:50 -0700
commit4de333e03773acbb940eb03c0fd915ca2c466e1a (patch)
tree67ba4b47f925797af26039cf374d4c571acd2539 /static
parentreplace png and jpg with webp (diff)
downloadlumberjaph-4de333e03773acbb940eb03c0fd915ca2c466e1a.tar.gz
justify text in the articles
Closes #2
Diffstat (limited to 'static')
-rw-r--r--static/css/screen.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/screen.css b/static/css/screen.css
index a4efb1d..b8dd88b 100644
--- a/static/css/screen.css
+++ b/static/css/screen.css
@@ -147,7 +147,8 @@ figure {
#site {
margin: auto;
- text-align: left;
+ text-align: justify;
+ text-justify: inter-word;
line-height: 1.65;
font-weight: 400;
font-size: 110%;