From 2cdee4a028a1e3326047fd5cde1990ca6434e968 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Sat, 11 Oct 2025 22:17:49 +0530 Subject: [PATCH] fixed maxHeight for ServiceList parent Card as 50vh --- app/components/Services.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/components/Services.tsx b/app/components/Services.tsx index e0d7df6..94efad1 100644 --- a/app/components/Services.tsx +++ b/app/components/Services.tsx @@ -158,7 +158,7 @@ export function MobileLayout({ {selectedFeature.description} - + ); @@ -247,9 +247,10 @@ export default function Services() { variant="outlined" sx={{ display: {xs: 'none', sm: 'flex'}, + maxHeight: '50vh', }} > - +