From df193bd1a5794a635b5ec6617dfd1ac6e1321b27 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 14 Dec 2015 15:59:53 -0500 Subject: [PATCH] Fix the footer area for the next text to show up in --- css/app.css | 2 +- footer.php | 2 +- scss/_main.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/app.css b/css/app.css index f03da19..d474ce8 100644 --- a/css/app.css +++ b/css/app.css @@ -6709,7 +6709,7 @@ main { main.page-front #content-wrapper { position: relative; margin-top: 378px; - margin-bottom: 320px; + margin-bottom: 386px; box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.5); -ms-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.5); diff --git a/footer.php b/footer.php index 19b4453..13ee67a 100644 --- a/footer.php +++ b/footer.php @@ -2,7 +2,7 @@

Financial assistance for this project was provided, in part, by the Michigan Coastal Zone Management Program, Office of the Great Lakes, Department of Environmental Quality, under the National Coastal Zone Management Program, through a grant from the National Oceanic and Atmospheric Administration, U.S. Department of Commerce and the Sault Tribe of Chippewa Indians Transportation Department.

-

Please Note: By using this website you certify that you understand, accept and agree to the "Michigan Great Lakes Water Trails Safety Statement."

+

Please Note:
By using this website you certify that you understand, accept and agree to the "Michigan Great Lakes Water Trails Safety Statement."

  • diff --git a/scss/_main.scss b/scss/_main.scss index 21c9f70..e7feb1e 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -14,7 +14,7 @@ main { position: relative; margin-top: 378px; // min-height: 100%; - margin-bottom: 320px; + margin-bottom: 386px; box-shadow: 0 3px 3px 0px rgba($black, 0.5); -ms-box-shadow: 0 3px 3px 0px rgba($black, 0.5); -moz-box-shadow: 0 3px 3px 0px rgba($black, 0.5); -- 2.17.1