From b1b157869bccfc4d02a608a4e1dc2809d25d74f4 Mon Sep 17 00:00:00 2001 From: Brandon Jordan Date: Thu, 16 Nov 2023 20:25:29 -0500 Subject: [PATCH] Correct rounding of actions --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 883567c..17b98be 100644 --- a/src/style.css +++ b/src/style.css @@ -155,7 +155,7 @@ margin-top: 0; margin-left: 0; margin-right: 0; - border-radius: 1rem; + border-radius: 0.8rem; box-shadow: var(--shadow); font-size: 1rem; }