Skip to content

Commit

Permalink
fix(component): modal
Browse files Browse the repository at this point in the history
popin padding for mobile
  • Loading branch information
ygatesoupe committed Feb 17, 2017
1 parent 86900af commit 4e0c777
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scss/_o-modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,12 @@
}
}
}

@include media-breakpoint-down(sm) {
.modal {

.modal-content {
padding: 1.25rem;
}
}
}

0 comments on commit 4e0c777

Please sign in to comment.