fix: load room availabiltity separately

This commit is contained in:
Joakim Jäderberg
2024-11-18 14:52:22 +01:00
parent e18a2fdc44
commit 260be9b641
4 changed files with 185 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
.hotelAlert {
max-width: var(--max-width-navigation);
margin: 0 auto;
padding-top: var(--Spacing-x-one-and-half);
}