spotify-manager-web/src/App.module.css
2024-12-30 00:56:24 -07:00

15 lines
231 B
CSS

.app_wrapper {
min-height: 100vh;
width: 100vw;
display: flex;
justify-content: space-evenly;
}
.page_wrapper {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
}