From 03aa3cb2462576696cf9913e0c439cfe9fde9895 Mon Sep 17 00:00:00 2001 From: Linus Flood Date: Mon, 7 Oct 2024 14:10:25 +0200 Subject: [PATCH] More design fixes --- components/ContentType/HotelPage/hotelPage.module.css | 1 + components/HotelReservation/HotelCard/hotelCard.module.css | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ContentType/HotelPage/hotelPage.module.css b/components/ContentType/HotelPage/hotelPage.module.css index eda544de8..9d38ca1da 100644 --- a/components/ContentType/HotelPage/hotelPage.module.css +++ b/components/ContentType/HotelPage/hotelPage.module.css @@ -62,6 +62,7 @@ ); /* Full height without the header + booking widget */ max-height: 935px; /* Fixed max according to figma */ overflow: hidden; + width: 100%; } .pageContainer > nav { diff --git a/components/HotelReservation/HotelCard/hotelCard.module.css b/components/HotelReservation/HotelCard/hotelCard.module.css index 9bb66cfd3..0ffa5b150 100644 --- a/components/HotelReservation/HotelCard/hotelCard.module.css +++ b/components/HotelReservation/HotelCard/hotelCard.module.css @@ -72,7 +72,6 @@ "image hotel" "image prices"; overflow: hidden; - width: 100%; padding: 0; }