From: Anthony Talarico Date: Mon, 20 Mar 2017 15:22:22 +0000 (-0400) Subject: removing set width on the front page recollect search widget button X-Git-Tag: v1.1.10^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=02a5652aabf7ca3744ad2c8e9bbed4d845cf5ce9;p=WP-Themes%2FRecycleEmmet.git removing set width on the front page recollect search widget button --- diff --git a/css/app.css b/css/app.css index 5936487..9e56a0d 100755 --- a/css/app.css +++ b/css/app.css @@ -6146,7 +6146,6 @@ body .rCw input { body .rCw .btn { display: block; - width: 100px; margin: 0 auto; } /* End Images */ diff --git a/scss/_wordpress.scss b/scss/_wordpress.scss index 25cc2ec..f32acb2 100755 --- a/scss/_wordpress.scss +++ b/scss/_wordpress.scss @@ -119,7 +119,6 @@ body .rCw input{ } body .rCw .btn{ display: block; - width: 100px; margin: 0 auto; } /* End Images */