fix: make the website also work on mobile

This commit is contained in:
2025-01-25 00:45:22 +01:00
parent 1838a25f9a
commit d8f40500bb
5 changed files with 9 additions and 8 deletions

View File

@ -19,6 +19,7 @@ export default function App({ Component }: PageProps) {
/>
<link rel="manifest" href="/site.webmanifest" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#141218" />
<style>{globalCss}</style>
<title>Memorium</title>