From 60b56ac019cf4ae51cc38dbe886ff67b8df603f8 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 18 Jun 2021 14:57:53 +0530 Subject: website: Widen to 900px. * website/style.css (body): Set max-width to 900px. --- website/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website') 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; -- cgit v1.2.3