From edd8da59f3a24a006632f3d290ec21b2a9ce3375 Mon Sep 17 00:00:00 2001 From: madarsbiss Date: Tue, 21 Sep 2021 14:28:39 +0300 Subject: [PATCH] edit global css --- styles/globals.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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; }