From 03aa8b21fe7faf20f244459cbbde0a917f28f32b Mon Sep 17 00:00:00 2001 From: Liam <67254223+RealFascinated@users.noreply.github.com> Date: Wed, 19 Oct 2022 20:28:04 +0100 Subject: [PATCH] Increase radius on diff --- styles/songInfo.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/songInfo.module.css b/styles/songInfo.module.css index 33e6430..9c327ce 100644 --- a/styles/songInfo.module.css +++ b/styles/songInfo.module.css @@ -37,7 +37,7 @@ font-size: 22px; padding: 0px 4px; width: fit-content; - border-radius: 5%; + border-radius: 10%; font-weight: bold; margin-bottom: 12px;