Skip to content

Commit 3a27db5

Browse files
committed
Fix padding
1 parent 5d873f7 commit 3a27db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/components/roadmap/RoadmapBoard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default function RoadmapBoard({
5050
<div className="overflow-x-auto snap-x snap-mandatory md:overflow-x-auto h-full">
5151
<div className="flex md:justify-center h-full">
5252
<div
53-
className="flex space-x-4 md:space-x-6 pb-6 h-full"
53+
className="flex space-x-4 md:space-x-6 pb-6 px-4 md:px-0 h-full"
5454
style={{ minHeight: "calc(100vh - 300px)" }}
5555
>
5656
{columns.map((column) => (

0 commit comments

Comments
 (0)