mirror of
https://github.com/20kaushik02/spotify-manager-web.git
synced 2025-12-06 07:44:07 +00:00
14 lines
256 B
CSS
14 lines
256 B
CSS
.settings_wrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-right: 10vw;
|
|
font-size: var(--headingFontSize);
|
|
}
|
|
|
|
.settings_controls {
|
|
padding: var(--mb-4);
|
|
background-color: var(--bgNav);
|
|
}
|