This commit is contained in:
John Hess 2022-04-05 10:15:42 -05:00
commit 72f3bbbe1b
8 changed files with 55 additions and 6 deletions

View file

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