Skip to content
Snippets Groups Projects
Unverified Commit 5f18598c authored by Miranda Fluharty's avatar Miranda Fluharty
Browse files

Pin modals at 64px from the top of the viewport

Was 30px
parent 01fea14f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
}
}
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment