feat(SW-251): use parallel fetch for hotels

This commit is contained in:
Fredrik Thorsson
2024-09-11 10:22:01 +02:00
parent 8c530658c5
commit 43e58dcf01
9 changed files with 126 additions and 75 deletions

View File

@@ -6,10 +6,9 @@
min-height: 100dvh;
}
.hotelCards {
.section {
display: flex;
flex-direction: column;
gap: var(--Spacing-x4);
}
.link {