feat: full screen form for mobile

This commit is contained in:
2025-07-18 15:06:50 +04:00
parent e033938a03
commit 964641a58d
11 changed files with 71 additions and 12 deletions

View File

@ -8,6 +8,7 @@ import {
import Header from "@/components/Header/Header";
import { theme } from "@/theme";
import "@/app/global.css";
import Footer from "@/components/Footer/Footer";
export const metadata = {
title: "LogiDex ID",
@ -45,6 +46,7 @@ export default function RootLayout({ children }: Props) {
defaultColorScheme={"dark"}>
<Header />
{children}
<Footer />
</MantineProvider>
</body>
</html>