From e9603fe57c8917c78e900181ecebd58917e10666 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 2 Aug 2016 16:03:18 -0400 Subject: [PATCH] added links to the advertise page form and enews page form in the header and the footer --- css/app.css | 2 +- footer.php | 4 ++-- front-page.php | 6 ++++-- header.php | 2 +- scss/_main.scss | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/css/app.css b/css/app.css index 1f93ecc..a8e3653 100644 --- a/css/app.css +++ b/css/app.css @@ -6620,7 +6620,7 @@ main { width: 100%; position: absolute; top: 150px; - height: 248px; } + height: 300px; } @media only screen and (max-width: 40em) { #slideshow { diff --git a/footer.php b/footer.php index 9eabbc8..80bfe7e 100644 --- a/footer.php +++ b/footer.php @@ -9,12 +9,12 @@
Mailing List

Subscribe to recieve deal alerts.

- Subscribe + Subscribe
Area Info
diff --git a/front-page.php b/front-page.php index 734a635..b3184d7 100644 --- a/front-page.php +++ b/front-page.php @@ -30,8 +30,10 @@ Downtown Petoskey
-
-
+
+ + +

Featured Video

diff --git a/header.php b/header.php index 4cdcb73..6a87c28 100644 --- a/header.php +++ b/header.php @@ -28,7 +28,7 @@ Subscribe
diff --git a/scss/_main.scss b/scss/_main.scss index 370bcad..213cd2d 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -187,5 +187,5 @@ main { width:100%; position: absolute; top: 150px; - height: 248px; + height: 300px; } -- 2.17.1