responsive base v1
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ interface LayoutProps {
|
||||
|
||||
const Layout: FC<LayoutProps> = ({ children }) => {
|
||||
return (
|
||||
<div className="min-h-screen flex flex-col">
|
||||
<div className="min-h-screen flex flex-col max-w-full overflow-x-hidden">
|
||||
<Header />
|
||||
<main className="flex-1">
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user