diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2014-10-06 08:12:47 -0700 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2014-10-06 08:12:50 -0700 |
| commit | 4de333e03773acbb940eb03c0fd915ca2c466e1a (patch) | |
| tree | 67ba4b47f925797af26039cf374d4c571acd2539 /static/css | |
| parent | replace png and jpg with webp (diff) | |
| download | lumberjaph-4de333e03773acbb940eb03c0fd915ca2c466e1a.tar.gz | |
justify text in the articles
Closes #2
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/screen.css | 3 |
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%; |
