center use-case cards in flex-col view
This commit is contained in:
parent
8ae5b5a43c
commit
43325e5635
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue