Skip to content

Commit f3f1c3d

Browse files
committed
Fix padding
1 parent 6d97dd5 commit f3f1c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/course/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default async function Course() {
4646
</GridContainer>
4747
</div>
4848
</div>
49-
<div className="pt-14 pb-28">
49+
<div className="px-2 pt-14 pb-28">
5050
<div className="max-w-xl space-y-8 text-[0.9375rem]/7 text-gray-300">
5151
<p>
5252
When you build UI components that are used by tens of thousands of developers, you learn to really care

0 commit comments

Comments
 (0)