From 41957a24094a830d487c267103ac4b8ca87ba2ac Mon Sep 17 00:00:00 2001 From: zepp Date: Sun, 27 Oct 2024 21:08:59 -0400 Subject: [PATCH] Unit adjustment for grid gap --- style/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/style/style.css b/style/style.css index e4d3e16..ecfbfeb 100644 --- a/style/style.css +++ b/style/style.css @@ -7,21 +7,18 @@ html { font-size: 16px; } - body { box-sizing: border-box; height: 100vh; width: auto; } - body { display: grid; grid-template-columns: 2fr 1fr; - gap: 8px; + gap: 0.25rem; } - .site-info { height: 20rem; width: auto;