diff options
| author | Franck Cuny <fcuny@twitter.com> | 2015-12-10 20:59:23 -0800 |
|---|---|---|
| committer | Franck Cuny <fcuny@twitter.com> | 2015-12-10 20:59:23 -0800 |
| commit | a9cd7519dc6d04b5d7f63a22da7ca96651e2446c (patch) | |
| tree | 9c3042ebb4b9f970e013dce93844179e9539ec58 | |
| parent | remove the CNAME. (diff) | |
| download | lumberjaph-a9cd7519dc6d04b5d7f63a22da7ca96651e2446c.tar.gz | |
Make the font bigger.
Closes #5
| -rw-r--r-- | static/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css index 5feb82a..f883f56 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -3,11 +3,11 @@ html { } body { - font-size: 16px; + font-size: 20px; } #container { - width: 800px; + width: 900px; margin: 0 auto; text-align: justify; line-height: 1.5em; |
