diff --git a/src/styles/left-nav/_index.scss b/src/styles/left-nav/_index.scss index 2e71699..6dc5c91 100644 --- a/src/styles/left-nav/_index.scss +++ b/src/styles/left-nav/_index.scss @@ -5,9 +5,13 @@ nav#main__menu { background-image: url('../images/magnify-white.svg'); background-color: var(--color-heading); background-repeat: no-repeat; - background-position-x: 80px; + background-position-x: right -20px; background-position-y: 150px; - background-size: 180px; + background-size: 80%; + + @media (max-width: 768px) { + background-size: 60%; + } } @media (max-width: 768px) {