Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pages/roadmap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ export default function RoadmapPage() {

<div className='relative mt-20'>
<div className='grid lg:grid-cols-3 lg:gap-8'>
<div>
<div className='bg-white border border-gray-200 rounded-lg shadow-md p-6 flex flex-col justify-start lg:h-full'>
<div className='mb-2 lg:my-0 lg:text-center'>
<Paragraph
typeStyle={ParagraphTypeStyle.md}
Expand Down Expand Up @@ -549,7 +549,7 @@ export default function RoadmapPage() {
to integrate with the existing tools and specs instead.
</Paragraph>
</div>
<div>
<div className='bg-white border border-gray-200 rounded-lg shadow-md p-6 flex flex-col justify-start lg:h-full'>
<div className='mb-2 mt-6 lg:my-0 lg:text-center'>
<Paragraph
typeStyle={ParagraphTypeStyle.md}
Expand All @@ -572,7 +572,7 @@ export default function RoadmapPage() {
the programming language or framework of choice.
</Paragraph>
</div>
<div>
<div className='bg-white border border-gray-200 rounded-lg shadow-md p-6 flex flex-col justify-start lg:h-full'>
<div className='mb-2 mt-6 lg:my-0 lg:text-center'>
<Paragraph
typeStyle={ParagraphTypeStyle.md}
Expand Down
Loading