From db98712691ea7278748e8a8f3f6130a17cb5239e Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 23 Dec 2022 18:56:30 +0100 Subject: [PATCH] css: constrain body max-width --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 88a1199..0d53e3c 100644 --- a/static/style.css +++ b/static/style.css @@ -2,7 +2,8 @@ body { background-color: #DFCFEF; color: #1F2F4F; font-family: sans-serif; - margin: 0; + margin: 0 auto; + max-width: 70rem; } a { text-decoration: none;