Center Image

pull/11421/merge^2
Sean Brydon 2023-09-19 15:46:19 +01:00
parent 6f27fa8063
commit bb435ce114
2 changed files with 180 additions and 80 deletions

View File

@ -328,13 +328,11 @@ export default function Signup({ prepopulateFormValues, token, orgSlug }: Signup
</div>
</div>
<div
className="my-6 hidden w-full flex-col justify-between rounded-l-2xl py-12 pl-12 lg:flex"
className="my-6 hidden w-full flex-col justify-center rounded-l-2xl py-12 pl-12 lg:flex"
style={{
background: "radial-gradient(234.86% 110.55% at 109.58% 35%, #667593 0%, #D4D4D5 100%)",
}}>
<div className="flex flex-col space-y-8">
<img src="/mock-event-type-list.svg" alt="#" />
</div>
<img src="/mock-event-type-list.svg" alt="#" />
</div>
</div>
</div>

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 242 KiB

After

Width:  |  Height:  |  Size: 312 KiB