From eedbf53e0e07ba75161e9f397dc0554204bc004a Mon Sep 17 00:00:00 2001 From: MAZE Date: Sun, 8 Oct 2023 11:59:02 +0330 Subject: [PATCH] style: increase padding --- src/components/sound/sound.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sound/sound.module.css b/src/components/sound/sound.module.css index 84c7dc7..4fce0d9 100644 --- a/src/components/sound/sound.module.css +++ b/src/components/sound/sound.module.css @@ -4,7 +4,7 @@ flex-direction: column; align-items: center; justify-content: center; - padding: 20px; + padding: 25px 20px; border: 1px solid var(--color-neutral-200); border-radius: 8px; background: linear-gradient(var(--color-neutral-100), transparent);