diff --git a/web/public/style.css b/web/public/style.css index 7e2e7b4..8f3844a 100644 --- a/web/public/style.css +++ b/web/public/style.css @@ -175,12 +175,15 @@ body { height: 100vh; transform: translateX(-2px); } +#main { height: 100dvh; + width: 100%; margin: 0 auto; - /* padding-top: 64px; */ display: flex; flex-flow: column; align-items: center; + /* max-width: 1024px; */ + padding-left: 58px; } h1, h2 { letter-spacing: 2px;