Icon spacing + 32px mt on features

pull/11421/merge^2
Sean Brydon 2023-09-21 13:52:12 +01:00
parent 1715af2056
commit 981329e15d
1 changed files with 4 additions and 4 deletions

View File

@ -379,14 +379,14 @@ export default function Signup({ prepopulateFormValues, token, orgSlug }: Signup
</div>
</div>
</div>
<div className="bg-subtle border-subtle my-6 hidden w-full flex-col justify-center rounded-l-2xl py-12 pl-12 lg:flex">
<img src="/mock-event-type-list.svg" alt="#" className="scale-y-90" />
<div className="bg-subtle border-subtle hidden w-full flex-col justify-between rounded-l-2xl py-12 pl-12 lg:flex">
<img src="/mock-event-type-list.svg" alt="#" className="" />
<div className="mr-12 mt-8 grid h-full w-full grid-cols-3 gap-4 overflow-hidden">
{FEATURES.map((feature) => (
<>
<div className="flex flex-col leading-none">
<div className="text-emphasis items-center gap-1">
<feature.icon className="h-4 w-4 " />
<div className="text-emphasis items-center">
<feature.icon className="mb-0.5 h-4 w-4" />
<span className="text-sm font-medium">{t(feature.title)}</span>
</div>
<div className="text-subtle text-sm">