From ed08db94ccf015d12cf04ee012bdd67179189770 Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Tue, 6 Aug 2024 21:08:48 +0200 Subject: [PATCH] feat: card height and breakpoint --- components/HotelReservation/HotelCard/hotelCard.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;