Skip to content

Commit 41d6227

Browse files
authored
Merge pull request #132 from Shaan2522/main
Added a top padding on Home page for specific div
2 parents 33b79cc + abcb153 commit 41d6227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/home/sections/open-source-section.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function OpenSourceSection() {
1919
</p>
2020
</SectionHeader>
2121

22-
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
22+
<div className="grid grid-cols-1 md:grid-cols-2 gap-4 pt-12">
2323
<div className="rounded-xl bg-[#F3F4F6] dark:bg-[#F9FAFB]/[0.02] border border-border p-6">
2424
<div className="flex flex-col gap-6">
2525
<div className="flex items-center gap-2 text-primary font-medium">

0 commit comments

Comments
 (0)