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; + } } }