From 21791d9937eddc744ff79114ca5dcf645e2cc339 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 25 Sep 2022 07:53:43 -0700 Subject: [PATCH] Make the home page platter fit content rather than scaling with the page --- content/home.css | 1 + 1 file changed, 1 insertion(+) diff --git a/content/home.css b/content/home.css index 76f134f..fa11d0c 100644 --- a/content/home.css +++ b/content/home.css @@ -22,6 +22,7 @@ h1 { main { margin-block-start: 10vh; + width: inherit; } main .grid {