From 9d8502abb094d31a8e5154aae7b0c95f7b0c3fdf Mon Sep 17 00:00:00 2001 From: Kimberley Date: Wed, 8 Dec 2021 16:45:30 +0100 Subject: [PATCH] Update 'style.css' --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index e7a30c0..334da0f 100644 --- a/style.css +++ b/style.css @@ -54,7 +54,7 @@ body { -ms-user-select: none; user-select: none; border: var(--thickness) solid currentColor; - border-radius: 13px; + border-radius: 12px; white-space: nowrap; -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);