From 5171d2d4d7503802492846175b932006e7467782 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Fri, 23 Jan 2026 11:49:10 +0000 Subject: [PATCH] Merged in fix/LOY-528-contenpage-gap (pull request #3479) fix(LOY-528): fix gap issues on content pages * fix(LOY-528): fix gap issues Approved-by: Erik Tiekstra --- apps/scandic-web/components/Blocks/HotelListing/index.tsx | 8 +++++--- .../ContentType/ContentPage/contentPage.module.css | 8 ++++++-- .../components/ContentType/ContentPage/index.tsx | 7 ++++++- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/apps/scandic-web/components/Blocks/HotelListing/index.tsx b/apps/scandic-web/components/Blocks/HotelListing/index.tsx index 0d258596c..fd18266a9 100644 --- a/apps/scandic-web/components/Blocks/HotelListing/index.tsx +++ b/apps/scandic-web/components/Blocks/HotelListing/index.tsx @@ -27,9 +27,11 @@ export default async function HotelListing({ return (
- -

{heading}

-
+ {heading ? ( + +

{heading}

+
+ ) : null} {hotels.map((hotelData) => ( ) : null} -
+
{hero_video || hero_image ? ( <> {hero_video ? (