From 2492547ee00b8acc58e5d22f93a5a5433676f981 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 9 Nov 2023 19:57:56 +0100 Subject: Reduce margins on mobile devices --- templates/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'templates/style.css') diff --git a/templates/style.css b/templates/style.css index db3774b..54ad0da 100644 --- a/templates/style.css +++ b/templates/style.css @@ -2,8 +2,7 @@ body { font-family: Verdana, sans-serif; margin: auto; padding: 1em; - max-width: 720px; - max-width: 60vw; + max-width: 50rem; text-align: left; background-color: #fff; word-wrap: break-word; -- cgit 1.4.1