aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2021-06-18 14:57:53 +0530
committerArun Isaac2021-06-18 14:57:53 +0530
commit60b56ac019cf4ae51cc38dbe886ff67b8df603f8 (patch)
tree006e1cd8eafdc45c96498941db37616939f4cbf3
parent4c0d30d4f8b05149b38414b43bf3f4e0036eb0cf (diff)
downloadguile-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.
-rw-r--r--website/style.css2
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;