Skip to content

Commit

Permalink
increase search button height on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Jan 24, 2025
1 parent d3d5733 commit 935f640
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/button/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ $button-shadow-size: 3px;
@include mq(s, l) {
margin-right: 0.5rem;
}
@include mq(xs, 499px) {
margin: 0.125rem 0;
}
}
}

Expand Down

0 comments on commit 935f640

Please sign in to comment.