mirror of
https://github.com/20kaushik02/spotify-manager-web.git
synced 2025-12-06 10:44:06 +00:00
15 lines
231 B
CSS
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%;
|
|
}
|