diff --git a/src/lib/nav.html b/src/lib/nav.html index abc62a0..79744aa 100644 --- a/src/lib/nav.html +++ b/src/lib/nav.html @@ -19,22 +19,22 @@ diff --git a/src/lib/nav.scss b/src/lib/nav.scss index 6f9a472..c47c5b5 100644 --- a/src/lib/nav.scss +++ b/src/lib/nav.scss @@ -189,15 +189,15 @@ align-self: center; padding: var(--space-small); - - img { - width: 2em; - filter: invert(100%); - } } &--link { display: flex; } + + &--link-icon { + width: 2em; + filter: invert(100%); + } }