From 33faa7be07f3aa18d44c4c9ab5037a7a3dff1434 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Sun, 20 Mar 2022 09:54:32 -0700 Subject: [PATCH] too round --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b09cd5a..85f41bc 100644 --- a/index.html +++ b/index.html @@ -462,7 +462,7 @@ /* root variables */ :root { - --base-border-radius: 4.25rem; + --base-border-radius: 6px; --base-font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif; --base-font-size: 17px;