Skip to content

Commit

Permalink
Update media query
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Aug 4, 2021
1 parent 4f70b71 commit 0731a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/scss/partials/onboarding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
margin-bottom: $spacing-lg;
display: flex;
flex-direction: column;
@media #{$mq-sm} {
@media #{$mq-md} {
margin-bottom: 0;
}

Expand Down

0 comments on commit 0731a11

Please sign in to comment.