pai-sklep/resources/scss/login.scss

14 lines
186 B
SCSS
Raw Permalink Normal View History

2021-11-26 10:45:44 +01:00
.login-register-container {
display: flex;
width: 100%;
justify-content: space-around;
flex-wrap: wrap;
& div {
&, & form {
display: flex;
flex-direction: column;
}
}
}