diff options
author | Florrie <towerofnix@gmail.com> | 2018-11-14 16:45:15 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-11-14 16:45:33 -0400 |
commit | a64f76d7cc2ff52d5b12255e1fe55bc7411ad81f (patch) | |
tree | 86eccc2248f83fc99168054bdc30e149c0cba569 | |
parent | 15b1962e26f23e684fd6e8d84654bbe2b9aa47b7 (diff) |
Make page width smaller
This should help make it easier to read content in general. It might still need some tweaking; we'll see.
-rw-r--r-- | style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css index d5cdf7e..5d629e2 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,9 @@ +body { + max-width: 20cm; + margin-left: auto; + margin-right: auto; +} + li { margin-top: 4px; margin-bottom: 4px; |