Skip to content

Commit d91ae35

Browse files
authored
Merge pull request #102 from OpenCodeChicago/Alexandrbig1-patch-10
Add margin top to main layout component
2 parents c7bfc00 + b8d22be commit d91ae35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/RootLayout.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function RootLayout() {
1212
<>
1313
<TopHeader />
1414
<MainHeader />
15-
<main>
15+
<main className="mt-[84px]">
1616
<SEO
1717
title="CoreX Nutrition"
1818
description="CoreX Nutrition official site — explore accessibility, policies, and open-source projects."

0 commit comments

Comments
 (0)