Fix: Replace 100vw with 100% to fix centering

Co-authored-by: Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-27 17:36:40 -07:00
parent 8d8dac3cbc
commit 46e9486e32

View File

@@ -14,8 +14,8 @@
body, html {
margin: 0;
padding: 0;
width: 100vw;
height: 100vh;
width: 100%;
height: 100%;
overflow: hidden;
background-color: #ffffff;
color: #000000;