16 lines
195 B
CSS
16 lines
195 B
CSS
.section {
|
|
align-items: center;
|
|
display: flex;
|
|
margin: 0 auto;
|
|
max-width: var(--max-width-navigation);
|
|
}
|
|
|
|
.form {
|
|
width: 100%;
|
|
}
|
|
|
|
.button {
|
|
width: 118px;
|
|
justify-content: center;
|
|
}
|