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;

View file

@ -4,7 +4,7 @@ layout: basic
{% assign page_data = site.data.home %}
<section class="content-area" style="height: 100vh; padding-top: 40px;">
<section class="content-area">
<div class="container">
<div class="content-area-wrapper text-center">
<img src="{{site.baseurl}}{{ page_data.page_logo[0] }}" alt="{{ page_data.page_logo[1] }}" />