bitque/jirs-client/js/css/projectSettings.css

14 lines
280 B
CSS
Raw Normal View History

2020-04-14 16:20:05 +02:00
#projectSettings > .formContainer {
display: flex;
justify-content: center;
}
#projectSettings > .formContainer .styledForm {
max-width: 720px;
width: 100%;
}
#projectSettings > .formContainer .styledForm > .formElement > .actionButton {
margin-top: 30px;
}