From cf9a62ba12f46e4df8eb725ff5bc984f71d9758b Mon Sep 17 00:00:00 2001 From: Ashley Date: Fri, 30 Jun 2023 10:46:18 +0000 Subject: [PATCH] new border radius to mobile :3 --- css/mobile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/mobile.css b/css/mobile.css index 5a8c7256..120cef06 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -255,7 +255,7 @@ body { } .new-button { background:#0009; - border-radius:2em; + border-radius:0.5em; padding-right:1em; display:flex; justify-content:center;