From a88348f548bdaa42552efd9a157c1dbc2d44cbd5 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Fri, 11 Mar 2022 09:04:35 -0800 Subject: [PATCH] bigger gap? rounded corners? --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 08d880d..b09cd5a 100644 --- a/index.html +++ b/index.html @@ -462,7 +462,7 @@ /* root variables */ :root { - --base-border-radius: 2px; + --base-border-radius: 4.25rem; --base-font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif; --base-font-size: 17px; @@ -470,10 +470,10 @@ --base-font-weight-bold: 700; --base-font-weight-normal: 400; --clock-font-size: 3rem; - --command-height: 4rem; + --command-height: 4.25rem; --command-padding: calc(var(--command-height) / 2 - 1ch / 2); --help-grid-columns: 1; - --help-grid-gap: 0.5rem; + --help-grid-gap: 1rem; --search-input-font-size: 2rem; --search-input-text-align: left; --suggestion-height: 3rem;