diff --git a/src/common/styles/root.sass b/src/common/styles/root.sass index 20c3a9d..e830f38 100644 --- a/src/common/styles/root.sass +++ b/src/common/styles/root.sass @@ -7,10 +7,16 @@ $ball3: radial-gradient($blurred-blue, transparent, transparent 60rem) bottom -2 body, html margin: 0 padding: 0 - min-height: 100vh font-family: 'Inter', sans-serif background: no-repeat $ball1, no-repeat $ball2, no-repeat $ball3, $background +.align-center + display: flex + align-items: center + justify-content: center + min-height: 100vh + margin: 0 + @media (max-width: 873px) body, html background-size: 0 0 \ No newline at end of file