Skip to content

Commit

Permalink
Fixes button margin (#32697)
Browse files Browse the repository at this point in the history
* Update templates/cassiopeia/scss/vendor/bootstrap/_buttons.scss

Co-authored-by: Richard Fath
Co-authored-by: Quy
  • Loading branch information
srishty-07 authored Mar 16, 2021
1 parent 3e89da8 commit f8540cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/cassiopeia/scss/vendor/bootstrap/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@
background-color: $gray-100;
}
}

@include media-breakpoint-down(md) {
.btn {
margin-bottom: .25rem;
}
}

0 comments on commit f8540cd

Please sign in to comment.