8 lines
145 B
CSS
8 lines
145 B
CSS
.form {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
max-width: 1432px;
|
|
padding: var(--Spacing-x2) var(--Spacing-x5);
|
|
}
|