From 537f40c41571d253e53d4ba11f9aa69d0bd01b26 Mon Sep 17 00:00:00 2001 From: Andrew Conlin Date: Fri, 9 Feb 2024 16:41:03 +0000 Subject: [PATCH] [2024-02-09] Minimum width to 50%, monospace throughout --- assets/css/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/default.css b/assets/css/default.css index 3a36525..06da530 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -1,5 +1,5 @@ body { - font-family: Georgia, 'Times New Roman', Times, serif; + font-family: monospace; } div.container { @@ -7,7 +7,7 @@ div.container { } div.content { - width: 40%; + width: 50%; height: auto; margin: 0 auto; position: relative;