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 {