From 54daa1735aa9ebe8366c84dbf29bde95aff61723 Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Mon, 8 Jul 2024 14:42:51 +0200 Subject: [PATCH] feat: add css variable --- .../(public)/hotelreservation/select-hotel/layout.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }