From 84e8779faab399022eac64847cc6fe25c717fc3e Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Sun, 25 Jul 2021 21:06:15 -0700 Subject: [PATCH] remove homepage grid --- www/public/global.scss | 15 --------------- www/src/components/Main.astro | 13 ++++--------- www/src/components/Space.astro | 1 + 3 files changed, 5 insertions(+), 24 deletions(-) diff --git a/www/public/global.scss b/www/public/global.scss index e4bb345902..111e5bac3c 100644 --- a/www/public/global.scss +++ b/www/public/global.scss @@ -10,11 +10,6 @@ margin: 0; } html { - display: grid; - width: 100%; - max-width: 100vw; - overflow: hidden; - height: 100%; background-color: #000014; } html, @@ -23,19 +18,9 @@ body { font-size: clamp(14px, calc(1rem + (3vw - 1.2rem)), 20px); font-family: var(--font-sans); font-weight: 400; - background-image: radial-gradient(87.7% 87.7% at 85.6% 18.14%, #111827 0%, #000014 100%); background-repeat: no-repeat; color: #f3f4f6; } -body { - position: relative; - display: grid; - place-items: center; - min-width: 100%; - max-width: 100vw; - min-height: 100vh; - overflow-x: hidden; -} .visually-hidden { clip: rect(0 0 0 0); clip-path: inset(50%); diff --git a/www/src/components/Main.astro b/www/src/components/Main.astro index 42db4ad1ac..2b4855cde7 100644 --- a/www/src/components/Main.astro +++ b/www/src/components/Main.astro @@ -4,16 +4,11 @@