mobile optimizations

This commit is contained in:
2026-04-06 13:19:38 -07:00
parent c2407408fa
commit c7762f099c
5 changed files with 21 additions and 16 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ const ogImage = "https://timmypidashev.dev/og-image.jpg";
<script is:inline set:html={THEME_LOADER_SCRIPT} />
<script is:inline set:html={ANIMATION_LOADER_SCRIPT} />
</head>
<body class="bg-background text-foreground">
<body class="bg-background text-foreground overflow-hidden h-screen">
<Header client:load transparent />
<main transition:animate="fade">
<Background layout="index" client:only="react" transition:persist />