resove mc

This commit is contained in:
John Hess 2022-03-23 09:50:37 -05:00
commit 8887613e81
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
// -------------------------
// Body Styles
// -------------------------
.main-area {
body {
background-color: $gold;
min-height: 100vh;
}
@ -93,6 +93,7 @@ a:active {
.content-area {
&-wrapper {
margin-top: 30px;
margin-bottom: 30px;
min-height: calc(100vh - 202px); // take up space above the footer
.content-title {
font-size: 42px;