From e6776d179c77577ba3970232789ef0019eb6d1a6 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Mon, 24 Jan 2022 20:40:04 -0600 Subject: [PATCH] No longer centered --- assets/sass/_home.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/sass/_home.scss b/assets/sass/_home.scss index 5874aa8..99f6d95 100644 --- a/assets/sass/_home.scss +++ b/assets/sass/_home.scss @@ -1,11 +1,11 @@ #homepageContainer { width: 100%; - height: 100%; display: flex; flex-direction: row; align-items: center; padding: 12px; box-sizing: border-box; + overflow-y: auto; #homepage { width: 100%; @@ -14,14 +14,15 @@ font-weight: normal; font-size: 4em; margin: 0; + margin-top: 40px; } div#about { line-height: 1.5em; p { - min-width: 520px; width: 60%; + min-width: Min(100%, 520px); } a code {