feat/SW-415: Added select-rate to hotelReservation

This commit is contained in:
Pontus Dreij
2024-10-08 15:51:07 +02:00
parent a218b3685f
commit 94a1aa625a
5 changed files with 17 additions and 2 deletions

View File

@@ -7,13 +7,14 @@
}
.content {
max-width: 1134px;
max-width: 1434px;
margin-top: var(--Spacing-x5);
margin-left: auto;
margin-right: auto;
display: flex;
justify-content: space-between;
gap: var(--Spacing-x7);
padding: var(--Spacing-x2);
}
.main {