From a5c16eafd341d47316a820d3d637e3890c16b39f Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 7 Aug 2017 11:39:00 -0400 Subject: [PATCH] reducing font size for the main site search input in the header moving the placeholder text for the header search input to the edge of the input container to line up with the search widget --- css/app.css | 4 ++-- header.php | 4 ++-- scss/_structure.scss | 4 ++-- style.css | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/css/app.css b/css/app.css index 51589f7..58d9b20 100755 --- a/css/app.css +++ b/css/app.css @@ -6566,8 +6566,8 @@ li > p.open { border-left: 3px solid #fcde74; border-top: 3px solid #fcde74; border-right: 3px solid #fcde74; - padding: 0 9px; - font-size: 18px; + padding: 0 2px 0 3px; + font-size: 15px; font-family: Open Sans, sans-serif; } #search-page { diff --git a/header.php b/header.php index d696e19..eb3584e 100755 --- a/header.php +++ b/header.php @@ -6,7 +6,7 @@ Emmet County Recycling <?php wp_title(); ?> - + @@ -43,7 +43,7 @@