Skip to content

Commit

Permalink
Only show fixed share buttons on medium screens and up
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobArrow committed Dec 11, 2024
1 parent 838643b commit 4d428f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/Library/Buttons/button-share/button-share.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
flex-direction: column;
transform: translateY(-50%);

@include media-query__small {
@include media-query__medium {
display: flex;
}
}
Expand Down

0 comments on commit 4d428f0

Please sign in to comment.