website refactor
This commit is contained in:
@@ -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>;
|
||||
}
|
||||
Reference in New Issue
Block a user