12 lines
187 B
SCSS
12 lines
187 B
SCSS
#profile {
|
|
> .formContainer {
|
|
display: flex;
|
|
justify-content: center;
|
|
|
|
.styledForm {
|
|
max-width: 1024px;
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|