From d26b9a7148a10ff7d75927ecf0908477bab60d0a Mon Sep 17 00:00:00 2001 From: Jefrey Sobreira Santos Date: Thu, 29 Mar 2018 01:05:28 -0300 Subject: [PATCH] vertically center search box --- styles/theme-base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/theme-base.css b/styles/theme-base.css index 72aef91a3..79423cbee 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -182,7 +182,7 @@ textarea { .navbar-search { position: relative; float: left; - margin-top: .625rem; + margin-top: .770rem; margin-bottom: 0; width:100%; -moz-box-sizing:border-box;