diff --git a/components/HotelReservation/HotelCard/hotelCard.module.css b/components/HotelReservation/HotelCard/hotelCard.module.css index 7974e90f9..7e3256a7c 100644 --- a/components/HotelReservation/HotelCard/hotelCard.module.css +++ b/components/HotelReservation/HotelCard/hotelCard.module.css @@ -3,7 +3,7 @@ background-color: var(--Base-Surface-Primary-light-Normal); border: 1px solid var(--Base-Border-Subtle); border-radius: var(--Corner-radius-Small); - max-height: 460px; + height: 460px; width: 480px; } @@ -54,7 +54,7 @@ justify-content: center; } -@media screen and (min-width: 1180px) { +@media screen and (min-width: 1367px) { .card { grid-template-columns: 1fr min(480px); height: 285px;