From 173a84aa2b64efced2a0164f738342683a4421a7 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Thu, 8 May 2025 00:10:40 +0200 Subject: [PATCH] made the width of the body bigger --- public/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index 5f58aae..4264701 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,6 +1,6 @@ body { font-family: sans-serif; - max-width: 600px; + max-width: 50vw; margin: 2em auto; }