14 lines
280 B
CSS
14 lines
280 B
CSS
|
#projectSettings > .formContainer {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
#projectSettings > .formContainer .styledForm {
|
||
|
max-width: 720px;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
#projectSettings > .formContainer .styledForm > .formElement > .actionButton {
|
||
|
margin-top: 30px;
|
||
|
}
|