stacker.news/styles/login.module.css

11 lines
172 B
CSS
Raw Normal View History

2021-04-24 21:05:07 +00:00
.login .providerButton {
width: 100%;
justify-content: center;
align-items: center;
display: flex;
2021-04-24 21:05:07 +00:00
}
.login > * {
max-width: 300px;
margin: auto;
}