From 2f82cf17bca5a99911e5ec5f8c9a4064f098f1c5 Mon Sep 17 00:00:00 2001 From: cha0s Date: Sun, 20 Mar 2022 02:02:30 -0500 Subject: [PATCH] fix: center --- .../sound-persea/src/controllers/audio/component.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sound-persea/src/controllers/audio/component.module.scss b/packages/sound-persea/src/controllers/audio/component.module.scss index 4e1c85b..c0525e3 100644 --- a/packages/sound-persea/src/controllers/audio/component.module.scss +++ b/packages/sound-persea/src/controllers/audio/component.module.scss @@ -2,11 +2,11 @@ display: flex; flex-direction: column; height: 100%; + justify-content: space-around; padding: 1em; width: 100%; audio { - flex-grow: 1; width: 100%; } }