From 5c5a73459355da021a7f37fe1c4ecdc91e06f46d Mon Sep 17 00:00:00 2001 From: gaelle morin Date: Thu, 13 May 2021 17:44:15 +0200 Subject: [PATCH] patch: styles added on search-button --- src/styles/index.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 159a2c6..069b664 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -121,12 +121,17 @@ hubl-menu-empty+hubl-menu-empty { .search-button { button { - line-height: 1; + display: inline-flex; + line-height: 16px; @media (max-width: 768px) { margin-bottom: 20px; width: 100%; } + + &::before { + vertical-align: middle; + } } }