This commit is contained in:
eric
2026-03-08 11:47:09 -05:00
parent d6c5135d97
commit 0e75fb2e6e
4 changed files with 40 additions and 35 deletions

View File

@@ -46,10 +46,12 @@ body {
background: var(--background);
color: var(--foreground);
font-family: var(--font-sans), system-ui, -apple-system, sans-serif;
overflow-x: hidden;
}
html {
scroll-behavior: smooth;
overflow-x: hidden;
}
.marquee-container {