From aff3bfa03e8c26046851a61067bb0f58710df7a9 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 20 Mar 2017 11:27:53 -0400 Subject: [PATCH] styling the recollect search widget button, changing the front page events header to events and holiday schedule --- css/app.css | 4 +++- front-page.php | 2 +- scss/_wordpress.scss | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 9e56a0d..bd811f8 100755 --- a/css/app.css +++ b/css/app.css @@ -6146,7 +6146,9 @@ body .rCw input { body .rCw .btn { display: block; - margin: 0 auto; } + margin: 0 auto; + padding: 10px; + border-radius: 5px; } /* End Images */ body { diff --git a/front-page.php b/front-page.php index 3dab5a5..06644dd 100755 --- a/front-page.php +++ b/front-page.php @@ -97,7 +97,7 @@
-

Holiday and Events Schedule

+

Events and Holiday Schedule

diff --git a/scss/_wordpress.scss b/scss/_wordpress.scss index f32acb2..f3d2054 100755 --- a/scss/_wordpress.scss +++ b/scss/_wordpress.scss @@ -120,5 +120,7 @@ body .rCw input{ body .rCw .btn{ display: block; margin: 0 auto; + padding: 10px; + border-radius: 5px; } /* End Images */ -- 2.17.1