Skip to content

Commit

Permalink
fix: add padding to readmap section
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-souza committed Dec 26, 2024
1 parent e4c6fd1 commit e4e15bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/RoadmapSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function RoadmapSection() {
return (
<Section
className="bg-gray-100 dark:bg-gray-900"
innerClassName="grid gap-8"
innerClassName="grid gap-8 p-6"
>
<div className="flex items-center justify-between">
<h2 className="font-semibold text-xl leading-tight">
Expand Down

0 comments on commit e4e15bb

Please sign in to comment.