diff --git a/header.php b/header.php index 79a0893..a9dfb97 100644 --- a/header.php +++ b/header.php @@ -54,5 +54,5 @@ -
+
\ No newline at end of file diff --git a/site.scss b/site.scss index 7fd7767..2910a7f 100644 --- a/site.scss +++ b/site.scss @@ -18,6 +18,19 @@ // 5. Quick Inline Hacks +/*-------------------------------------------------------------- +# Layout +--------------------------------------------------------------*/ + +main#main-content { + min-height: 100vh; + margin-top: -80px; + padding-top: 80px; + padding-bottom: 100px; +} +footer#colophon { + margin-top: -100px; +} /* Text meant only for screen readers. @see https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/