responsive base v1

This commit is contained in:
hamid zarghami
2025-09-02 12:42:13 +03:30
parent c6b3aa0682
commit 2fa9ab1bbb
27 changed files with 581 additions and 178 deletions
+1 -1
View File
@@ -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}