Skip to content

Commit

Permalink
apply only when is zoom out
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed May 10, 2024
1 parent cf7dbf4 commit 05c2233
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ html.interface-interface-skeleton__html-container {
width: 100%;

@include break-medium() {
position: initial;
width: initial;
&:not(:has(.is-zoom-out)) {
position: initial;
width: initial;
}
}
}

Expand Down

0 comments on commit 05c2233

Please sign in to comment.