19 lines
271 B
CSS
19 lines
271 B
CSS
.registeration-button {
|
|
margin-bottom: 4rem;
|
|
}
|
|
|
|
.offer-listing {
|
|
max-width: 65rem;
|
|
}
|
|
|
|
.location-listing {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 3rem;
|
|
list-style: disc;
|
|
line-height: 1rem;
|
|
justify-content: center;
|
|
margin-bottom: 4rem;
|
|
font-size: 2rem;
|
|
}
|