Skip to content

Commit

Permalink
left align switch / mobile search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Schwehn42 committed Feb 13, 2025
1 parent 903ac7f commit 9f0f597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Switch/Switch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $padding--mobile: 6px;
@media screen and (max-width: $breakpoint--smartphone) {
.switch {
padding: $padding--mobile;
margin-left: $spacing--sm;
// margin-left: $spacing--sm;

&:enabled {
@include default-states($padding: $padding--mobile);
Expand Down

0 comments on commit 9f0f597

Please sign in to comment.