diff options
author | Arun Isaac | 2021-06-18 14:57:53 +0530 |
---|---|---|
committer | Arun Isaac | 2021-06-18 14:57:53 +0530 |
commit | 60b56ac019cf4ae51cc38dbe886ff67b8df603f8 (patch) | |
tree | 006e1cd8eafdc45c96498941db37616939f4cbf3 /website | |
parent | 4c0d30d4f8b05149b38414b43bf3f4e0036eb0cf (diff) | |
download | guile-email-60b56ac019cf4ae51cc38dbe886ff67b8df603f8.tar.gz guile-email-60b56ac019cf4ae51cc38dbe886ff67b8df603f8.tar.lz guile-email-60b56ac019cf4ae51cc38dbe886ff67b8df603f8.zip |
website: Widen to 900px.
* website/style.css (body): Set max-width to 900px.
Diffstat (limited to 'website')
-rw-r--r-- | website/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/style.css b/website/style.css index 6f73a82..70573dd 100644 --- a/website/style.css +++ b/website/style.css @@ -1,6 +1,6 @@ body { margin: 40px auto; - max-width: 650px; + max-width: 900px; line-height: 1.6; font-size: 18px; color: #444; |