center use-case cards in flex-col view

This commit is contained in:
MarconLP 2023-04-30 18:24:58 +02:00
parent 8ae5b5a43c
commit 43325e5635
No known key found for this signature in database
GPG key ID: F4CAFFDFA3451D5E

View file

@ -226,7 +226,7 @@ const Home: NextPage = () => {
].map(({ title, description, features, image }) => (
<div
key={title}
className="max-w-[600px] flex-1 overflow-hidden rounded-lg border border-[#eaeaea]"
className="mx-auto max-w-[600px] flex-1 overflow-hidden rounded-lg border border-[#eaeaea]"
>
<div className="flex flex-col pb-2 pt-8">
<div className="flex flex-col px-8">