feat: update mobile layout, fixes

This commit is contained in:
Andrea
2024-09-24 21:21:59 +02:00
parent 6d72ac0a56
commit bf0a411639
13 changed files with 76 additions and 65 deletions

View File

@@ -13,7 +13,6 @@ import {
import stylesheet from "~/tailwind.css?url";
import { Body } from "./components/Body";
import { LinkWrapper } from "./components/LinkWrapper";
import { Notbyai } from "./components/Notbyai";
export const links: LinksFunction = () => [
{ rel: "stylesheet", href: stylesheet },
@@ -29,7 +28,7 @@ export const meta: MetaFunction = () => [
},
{
property: "viewport",
content: "width=device-width,initial-scale=1",
content: "width=device-width,initial-scale=1.0",
},
];
@@ -42,7 +41,6 @@ export default function App() {
</head>
<Body>
<Outlet />
<Notbyai />
<ScrollRestoration />
<Scripts />
</Body>