mirror of
https://github.com/20kaushik02/spotify-manager-web.git
synced 2025-12-06 08:04:06 +00:00
8 lines
146 B
CSS
8 lines
146 B
CSS
.logout_wrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-right: 10vw;
|
|
font-size: var(--headingFontSize);
|
|
}
|