diff --git a/src/components/Nav/Header.module.scss b/src/components/Nav/Header.module.scss index 266c5cf1..c8ac34a4 100644 --- a/src/components/Nav/Header.module.scss +++ b/src/components/Nav/Header.module.scss @@ -407,6 +407,9 @@ .button, a { border: none; + height: auto; + margin: 0; + padding: 0; &:hover { background: none; diff --git a/src/components/Nav/Icon.css b/src/components/Nav/Icon.css index 525ffa40..c59128ed 100644 --- a/src/components/Nav/Icon.css +++ b/src/components/Nav/Icon.css @@ -1,4 +1,5 @@ .icon { + line-height: 1; position: relative; }