19 lines
258 B
CSS
19 lines
258 B
CSS
.section {
|
|
display: flex;
|
|
max-width: 1432px;
|
|
padding: var(--Spacing-x2) var(--Spacing-x5);
|
|
}
|
|
|
|
.form {
|
|
width: 100%;
|
|
}
|
|
|
|
.button {
|
|
width: 118px;
|
|
justify-content: center;
|
|
}
|
|
|
|
.fontSize {
|
|
font-size: var(--typography-Caption-Bold-Desktop-fontSize);
|
|
}
|