diff --git a/web/src/App.css b/web/src/App.css index dda13eb..3269961 100644 --- a/web/src/App.css +++ b/web/src/App.css @@ -4,11 +4,16 @@ html { body { margin: auto; padding-top: 1rem; - background-color: var(--background, 33); + max-width: unset; +} +#root { + display: flex; + justify-content: center; } .base { display: grid; grid-row-gap: 1em; + max-width: 800px; } .header { color: white;