diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-22 20:16:51 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-22 20:16:51 +0100 |
commit | bfa988faaa823ae2fdb17f1810289c763c63447c (patch) | |
tree | 3f991ff3e7172d64a5fb3a9511652ee8d29d01ac /src | |
parent | d1acea86ef64321932fbde50d8eb0af24f89f878 (diff) | |
download | website-bfa988faaa823ae2fdb17f1810289c763c63447c.tar.xz |
style: justify text
Diffstat (limited to 'src')
-rw-r--r-- | src/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css index 0f83b1f..e02184c 100644 --- a/src/style.css +++ b/src/style.css @@ -6,6 +6,7 @@ body { font-size: 16px; font-family: 'PT Sans'; font-kerning: normal; + text-align: justify; max-width: 42rem; margin: -1.5rem auto; padding: 0 1rem; |