bitque/web/js/css/profile.scss
Adrian Woźniak a13678d98f
X
2021-10-05 14:34:20 +02:00

12 lines
187 B
SCSS

#profile {
> .formContainer {
display: flex;
justify-content: center;
.styledForm {
max-width: 1024px;
width: 100%;
}
}
}