fix horizontal scroll on mobile

This commit is contained in:
Joe Lothan 2026-05-27 20:48:06 -04:00
parent b5787fae94
commit bc06e79c6c

View file

@ -33,9 +33,12 @@
}
}
html, body {
overflow-x: hidden;
}
body {
background: var(--bg);
overflow-x: hidden;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}