From aef92a4a31e27abd2e06723b8779d5a1235ba170 Mon Sep 17 00:00:00 2001 From: Jeff Date: Fri, 25 Aug 2023 15:51:07 -0400 Subject: [PATCH] Fix CSS --- www/basic.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/basic.css b/www/basic.css index 3ab5459..5321e4c 100644 --- a/www/basic.css +++ b/www/basic.css @@ -31,7 +31,7 @@ html { /* General settings */ body { - margin: 0; + margin: 10px 15% 10px 15%; font: var(--sans); font-weight: 400; font-style: normal;