fix: load room availabiltity separately

This commit is contained in:
Joakim Jäderberg
2024-11-18 14:52:22 +01:00
parent dc5746a902
commit 5204146ba5
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);
}