mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix styling move navbar from root & fix bugs
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user