Skip to content

Commit

Permalink
fix: spacing in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
nada-deriv committed Sep 17, 2024
1 parent e358ec4 commit 1616efa
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
justify-content: center;
position: absolute;
align-items: center;
right: 3.7rem;
right: 4.6rem;
height: 100%;

span {
Expand All @@ -12,7 +12,8 @@
@include mobile-or-tablet-screen {
position: unset;
margin-top: -0.4rem;
margin-left: 1rem;
margin-left: 2.5rem;
margin-right: 1.5rem;
}

& .tooltip-menu-icon:hover {
Expand Down

0 comments on commit 1616efa

Please sign in to comment.