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%; } }