Skip to content

Commit d154c7b

Browse files
committed
fix: padding anyone?
1 parent ba34b2a commit d154c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/ui/marketing/Landing.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
>
77
<div class="container">
88
<div
9-
class="xl:max-h-140 xl:min-h-125 md:bg-linear-to-tl from-brand-600 max-md:min-h-100 max-xl:min-h-180 relative grid h-[40vh] items-center overflow-hidden border-neutral-700 to-neutral-950 to-50% max-xl:grid-rows-2 max-md:grid-rows-1 md:border-x md:pt-12 lg:pt-6 xl:grid-cols-2 xl:pt-0"
9+
class="xl:max-h-140 xl:min-h-125 md:bg-linear-to-tl from-brand-600 max-md:min-h-100 max-xl:min-h-200 relative grid h-[40vh] items-center overflow-hidden border-neutral-700 to-neutral-950 to-50% max-xl:grid-rows-2 max-md:grid-rows-1 md:border-x md:pt-12 lg:pt-6 xl:grid-cols-2 xl:pt-0"
1010
>
1111
<div class="space-y-7 max-xl:pb-6 max-md:pt-2 md:p-12 xl:pe-6">
1212
<p class="md:display h1 -mt-2">

0 commit comments

Comments
 (0)