From dd82825cbc590d1cfa14dd72fbce1c35903f1266 Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Fri, 13 Jun 2025 17:24:39 +0100 Subject: [PATCH] make the apps more rounded --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 6d825e1..e2e6db1 100644 --- a/style.css +++ b/style.css @@ -188,7 +188,7 @@ h5 { margin-top: 5px; width: 100px; height: 100px; - border-radius: 15px; + border-radius: 20px; transition: 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }