fix: fix max height of template getting started cards (#8964)

* fix max height

* tiny height change
This commit is contained in:
Mike Fortman 2025-07-09 16:20:19 -05:00 committed by GitHub
commit 4bd8aa63bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,7 @@ export const switchCaseModalSize = (size: string) => {
case "templates":
minWidth = "w-[97vw] max-w-[1200px]";
height =
"min-h-[500px] h-[90vh] md:h-[85vh] lg:h-[80vh] xl:h-[70vh] max-h-[90vh]";
"min-h-[500px] h-[90vh] md:h-[85vh] lg:h-[80vh] lg:max-h-[620px] max-h-[90vh]";
break;
case "three-cards":
minWidth = "min-w-[1066px]";