Adaptive header for modile and tablet

This commit is contained in:
2024-05-09 14:55:24 +04:00
parent a634c194fe
commit 4f8301d1e8
13 changed files with 192 additions and 101 deletions

View File

@@ -1,9 +1,6 @@
import { GameCard } from "@/features/gameCard";
import { Section } from "@/widgets/section";
export default function Home() {
return (
<div className="w-full max-w-[var(--app-width)] m-auto">
<Section name="Игры">a</Section>
</div>
);
return <div className="w-full max-w-[var(--app-width)] m-auto"></div>;
}