fix: center

This commit is contained in:
cha0s 2022-03-20 02:02:30 -05:00
parent ceeb8f3899
commit 2f82cf17bc

View File

@ -2,11 +2,11 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 100%; height: 100%;
justify-content: space-around;
padding: 1em; padding: 1em;
width: 100%; width: 100%;
audio { audio {
flex-grow: 1;
width: 100%; width: 100%;
} }
} }