From 55f39569f3f85031c26cdcd0b40c4fd15fd89dc4 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:29:08 -0600 Subject: [PATCH] core: experiment with rem width --- default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.css b/default.css index ac8462e..4be9383 100644 --- a/default.css +++ b/default.css @@ -3,7 +3,7 @@ body { font-size: 14px; color: #4c4f69; line-height: 1.5; - max-width: 800px; + max-width: 80rem; margin-inline: auto; background: #eff1f5; margin: 0px auto;