stacker.news/components/login.module.css

15 lines
262 B
CSS
Raw Permalink Normal View History

2021-10-15 18:05:34 +00:00
.providerButton {
width: 100%;
justify-content: center;
align-items: center;
display: flex;
}
.login {
max-width: 300px;
width: 100%;
justify-content: center;
align-items: center;
display: flex;
flex-direction: column;
}