From: Steve Sutton Date: Mon, 14 Dec 2015 20:59:53 +0000 (-0500) Subject: Fix the footer area for the next text to show up in X-Git-Tag: v1.0.0^2~11 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=df193bd1a5794a635b5ec6617dfd1ac6e1321b27;p=WP-Themes%2Fupwatertrails.git Fix the footer area for the next text to show up in --- 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);