bitque/crates/web/js/css/profile.scss

12 lines
187 B
SCSS

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