fix: mobile viewport

This commit is contained in:
Nicolas Meienberger
2025-10-02 19:34:08 +02:00
parent c013351026
commit 86adda848e
4 changed files with 52 additions and 47 deletions

View File

@@ -12,6 +12,9 @@
html,
body {
@apply bg-white dark:bg-[#0D0D0D];
overflow-x: hidden;
width: 100%;
position: relative;
@media (prefers-color-scheme: dark) {
color-scheme: dark;