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); }