Add location listing to the registration page

This commit is contained in:
2024-01-03 17:38:06 +02:00
parent 97ed625374
commit b0850f7053
2 changed files with 27 additions and 1 deletions

View File

@@ -1,7 +1,18 @@
.registeration-button {
margin-bottom: 3rem;
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;
}