website refactor

This commit is contained in:
2026-01-17 02:32:34 +01:00
parent 6a49448e0a
commit 4d5ce9bfd6
43 changed files with 1642 additions and 2022 deletions

View File

@@ -5,5 +5,5 @@ interface MainContentProps {
}
export function MainContent({ children }: MainContentProps) {
return <div className="pt-16">{children}</div>;
return <div className="pt-16 md:pt-20">{children}</div>;
}