From b340cfcb01951b0caaaba81dc9b8f6ed10d57f5d Mon Sep 17 00:00:00 2001 From: amansinghbais Date: Tue, 3 Sep 2024 18:38:40 +0530 Subject: [PATCH] Improved: restricted the card height to the content in parkings page (#291) --- src/views/Parking.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/Parking.vue b/src/views/Parking.vue index 01bbdb0..c43e405 100644 --- a/src/views/Parking.vue +++ b/src/views/Parking.vue @@ -235,6 +235,7 @@ main { grid-template-columns: repeat(auto-fill, minmax(300px, 343px)); max-width: 1000px; margin: auto; + align-items: start; } @media screen and (min-width: 991px) {