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

8 lines
146 B
CSS

.logout_wrapper {
display: flex;
align-items: center;
justify-content: center;
margin-right: 10vw;
font-size: var(--headingFontSize);
}