From 7bc9bbe221d406ba68d9949f2254f3d91263b862 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Mon, 7 Mar 2022 20:13:06 -0800 Subject: [PATCH] increase grid gap --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index eb8c1eb..08d880d 100644 --- a/index.html +++ b/index.html @@ -473,7 +473,7 @@ --command-height: 4rem; --command-padding: calc(var(--command-height) / 2 - 1ch / 2); --help-grid-columns: 1; - --help-grid-gap: 4px; + --help-grid-gap: 0.5rem; --search-input-font-size: 2rem; --search-input-text-align: left; --suggestion-height: 3rem;