From 0944f895db4efe1617ec3a6c97daf72744d4ee5b Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Thu, 9 Sep 2021 20:12:18 +0200 Subject: [PATCH] =?UTF-8?q?Retoca=20los=20estilos=20de=20la=20p=C3=A1gina?= =?UTF-8?q?=20de=20inicio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/wp-content/themes/enfold-cille/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/www/wp-content/themes/enfold-cille/style.css b/www/wp-content/themes/enfold-cille/style.css index 4e44a57..be56343 100644 --- a/www/wp-content/themes/enfold-cille/style.css +++ b/www/wp-content/themes/enfold-cille/style.css @@ -1229,7 +1229,7 @@ body.tax-quote_author_tag .quote-author a:hover { /* Search box adjustment */ #top #s, #top #searchsubmit { - height: 44px; + height: 44px !important; line-height: 44px; } #top #searchsubmit { @@ -1267,9 +1267,14 @@ body.tax-quote_author_tag .quote-author a:hover { @media (max-width: 989px) { #featured-links { margin-bottom: 0 !important; + padding: 5px 4%; } #featured-search { margin-top: -24px !important; + padding: 5px 4%; + } + #top .container .av-masonry.av-large-gap { + padding: 10px 0 0; } } @media (min-width: 768px) and (max-width: 929px) {