diff --git a/app/[lang]/(live)/(public)/hotelreservation/select-hotel/layout.module.css b/app/[lang]/(live)/(public)/hotelreservation/select-hotel/layout.module.css index 2d14bb596..171cd0f30 100644 --- a/app/[lang]/(live)/(public)/hotelreservation/select-hotel/layout.module.css +++ b/app/[lang]/(live)/(public)/hotelreservation/select-hotel/layout.module.css @@ -1,4 +1,4 @@ .section { display: grid; - gap: 1rem; + gap: var(--Spacing-x4); }