Commit 5f18598c authored by mfluharty's avatar mfluharty

Pin modals at 64px from the top of the viewport

Was 30px
parent 01fea14f
......@@ -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;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment