Add container util + ghost footer (#539)

This commit is contained in:
Kerem Yilmaz
2024-07-02 08:02:45 -07:00
committed by GitHub
parent 09af0b8ac6
commit 42e299a9d9
4 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ function RootLayout() {
<GitHubLogoIcon className="w-6 h-6" />
</Link>
</div>
<main className="pl-72">
<main className="pl-72 pb-4">
<Outlet />
</main>
</div>