From 60de4d16b988a3e083562a487cded21e25095391 Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Wed, 4 Sep 2024 09:09:46 +0200 Subject: [PATCH] feat(SW-176): remove fixed width on grid column --- components/HotelReservation/HotelCard/hotelCard.module.css | 1 - 1 file changed, 1 deletion(-) diff --git a/components/HotelReservation/HotelCard/hotelCard.module.css b/components/HotelReservation/HotelCard/hotelCard.module.css index e07444eb0..3db576744 100644 --- a/components/HotelReservation/HotelCard/hotelCard.module.css +++ b/components/HotelReservation/HotelCard/hotelCard.module.css @@ -77,7 +77,6 @@ "image header" "image hotel" "image prices"; - grid-template-columns: 518px; overflow: hidden; width: 1050px; padding: 0;