From b794448fa27b014520be9ae824228a9327bd6432 Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Thu, 31 Oct 2024 10:13:26 +0100 Subject: [PATCH] feat(SW-713): design change --- components/SidePeeks/RoomSidePeek/roomSidePeek.module.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/SidePeeks/RoomSidePeek/roomSidePeek.module.css b/components/SidePeeks/RoomSidePeek/roomSidePeek.module.css index 1b5403274..d8ac3e9f4 100644 --- a/components/SidePeeks/RoomSidePeek/roomSidePeek.module.css +++ b/components/SidePeeks/RoomSidePeek/roomSidePeek.module.css @@ -9,7 +9,7 @@ flex-direction: column; gap: var(--Spacing-x2); position: relative; - margin-bottom: calc(var(--Spacing-x4) * 2 + 20px); + margin-bottom: calc(var(--Spacing-x4) * 2 + 80px); } .mainContent, @@ -33,7 +33,6 @@ } .facilityList { - margin-top: var(--Spacing-x-one-and-half); column-count: 2; column-gap: var(--Spacing-x2); }