diff --git a/components/HotelReservation/HotelCard/hotelCard.module.css b/components/HotelReservation/HotelCard/hotelCard.module.css index 1d5c651cc..0ea50cad2 100644 --- a/components/HotelReservation/HotelCard/hotelCard.module.css +++ b/components/HotelReservation/HotelCard/hotelCard.module.css @@ -57,6 +57,12 @@ display: none; font-style: normal; } + +.addressMobile { + display: block; + font-style: normal; +} + .facilities { display: flex; flex-wrap: wrap; diff --git a/components/HotelReservation/HotelCard/index.tsx b/components/HotelReservation/HotelCard/index.tsx index 89d0c7243..5ba27540b 100644 --- a/components/HotelReservation/HotelCard/index.tsx +++ b/components/HotelReservation/HotelCard/index.tsx @@ -98,20 +98,24 @@ function HotelCard({ {hotelData.address.streetAddress}, {hotelData.address.city} -