From 9603b4dce68f7f370734d679fd5fe40b8b4322dc Mon Sep 17 00:00:00 2001 From: Samuel Breznjak Date: Thu, 6 Feb 2025 16:43:13 +0100 Subject: update body margin --- src/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 8871564..fbe1ef7 100644 --- a/src/index.css +++ b/src/index.css @@ -2,6 +2,7 @@ body { padding: 40px; max-width: 800px; margin: auto; + margin: 0 max(0px, round(50vw - (800px/2), 1px)); } ::selection { @@ -102,7 +103,7 @@ main { footer { text-align: center; - + a { color: #dedfd6; } -- cgit v1.2.3