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 5d873f7 commit 3a27db5Copy full SHA for 3a27db5
apps/web/components/roadmap/RoadmapBoard.tsx
@@ -50,7 +50,7 @@ export default function RoadmapBoard({
50
<div className="overflow-x-auto snap-x snap-mandatory md:overflow-x-auto h-full">
51
<div className="flex md:justify-center h-full">
52
<div
53
- className="flex space-x-4 md:space-x-6 pb-6 h-full"
+ className="flex space-x-4 md:space-x-6 pb-6 px-4 md:px-0 h-full"
54
style={{ minHeight: "calc(100vh - 300px)" }}
55
>
56
{columns.map((column) => (
0 commit comments