Skip to content

Commit

Permalink
fix: home logo svg unnested
Browse files Browse the repository at this point in the history
  • Loading branch information
nastyastavitskaya committed Sep 3, 2024
1 parent 78bc479 commit 3eb695b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,9 @@
background-color: black;
color: white;
cursor: pointer;
}

svg {
width: 28px;
height: var(--size-lg);
}
.globalNavigation__mpHome svg {
width: 28px;
height: var(--size-lg);
}

0 comments on commit 3eb695b

Please sign in to comment.