19 lines
283 B
SCSS
19 lines
283 B
SCSS
form#registration {
|
|
max-width: 24.5em;
|
|
padding: 1em;
|
|
}
|
|
|
|
.nameBar {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: baseline;
|
|
}
|
|
|
|
.visitors {
|
|
margin-top: 1em;
|
|
margin-bottom: 1em;
|
|
padding: 1em;
|
|
border-radius: 5px;
|
|
background-color: rgb(235, 235, 235);
|
|
}
|