diff --git a/styles/globals.css b/styles/globals.css index c69b3bd..b879404 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -6,23 +6,21 @@ box-sizing: border-box; } -html, body { + width: 100vw; + height: 100vh; + display: flex; + justify-content: center; + align-items: center; background-image: radial-gradient( circle 993px at 0.5% 50.5%, rgba(137, 171, 245, 0.37) 0%, rgba(245, 247, 252, 1) 100.2% ); font-family: "Varela Round", sans-serif; - height: 100vh; - width: 100vw; - display: flex; - justify-content: center; - align-items: center; } @media only screen and (max-width: 950px) { - html, body { display: block; }