Skip to content

Commit 0756479

Browse files
committed
Revert "Fix the inconsistent container style on mobile devices"
This reverts commit d87140b.
1 parent 7bd79bb commit 0756479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/overview/use-cases/index.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function Content() {
2323
the most common use cases for JSON Schema, but there may be many more
2424
applications waiting to be discovered.
2525
</p>
26-
<div className='w-full lg:w-full grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-2 gap-8 my-2 mx-auto mt-8'>
26+
<div className='w-full lg:w-full grid grid-cols-2 sm:grid-cols-2 gap-6 my-[10px] mx-auto mt-8'>
2727
{data.map((element, index) => (
2828
<Card
2929
key={index}

0 commit comments

Comments
 (0)