We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd79bb commit 0756479Copy full SHA for 0756479
pages/overview/use-cases/index.page.tsx
@@ -23,7 +23,7 @@ export default function Content() {
23
the most common use cases for JSON Schema, but there may be many more
24
applications waiting to be discovered.
25
</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'>
+ <div className='w-full lg:w-full grid grid-cols-2 sm:grid-cols-2 gap-6 my-[10px] mx-auto mt-8'>
27
{data.map((element, index) => (
28
<Card
29
key={index}
0 commit comments