fix styling move navbar from root & fix bugs

This commit is contained in:
fgrreloaded
2025-02-17 22:47:45 +05:30
parent 3edd3def2c
commit 6d03d6b97e
6 changed files with 13 additions and 19 deletions

View File

@@ -20,7 +20,7 @@ const poppins = Poppins({
export default function HomePage() {
return (
<main
className="min-h-screen flex flex-col items-center justify-start p-8"
className="min-h-screen flex flex-col items-center justify-start p-8 pt-20"
style={poppins.style}
>
<BackgroundGradients />