ohmyform-ui/pages/login/index.module.scss
2020-06-10 17:36:17 +02:00

12 lines
142 B
SCSS

.otherActions {
width: 100%;
justify-content: center;
display: flex;
@media (max-width: 600px) {
flex-direction: column;
}
}