Pin modals at 64px from the top of the viewport

Was 30px
This commit is contained in:
mfluharty 2019-07-05 09:57:38 -06:00
parent 01fea14f51
commit 5f18598c05
No known key found for this signature in database
GPG key ID: 6FDA03A308D239E8

View file

@ -85,9 +85,9 @@ body.modal-open {
.modal {
background-color: $black-transparent;
@include media-breakpoint-up(md) {
@include media-breakpoint-up(sm) {
.modal-dialog {
margin: 30px auto;
margin: 64px auto;
}
}
}