From e5ad2059a099f612363679b8ad439f041d093980 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sat, 23 Nov 2024 06:34:17 -0800 Subject: [PATCH] Drop margin --- static/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/static/index.html b/static/index.html index 9beb449..ce4f57f 100644 --- a/static/index.html +++ b/static/index.html @@ -7,7 +7,6 @@ } body { - margin: 20px; font: 12px var(--sl-font-sans); display: flex; flex-direction: column;