diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index cebfb4f80..3c41fdb22 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -933,11 +933,10 @@ export default { .modal-dialog { max-width: 767px; margin: 0 0.5rem; - top: 30px; + top: 0; @include media-breakpoint-up(md) { width: 50%; max-width: 600px; - top: 50px; right: 0; left: 0; transform: none; @@ -945,10 +944,10 @@ export default { } .modal-content { border-radius: 0.5rem; + margin: 0.5rem 0 0 0; @include media-breakpoint-up(md) { box-shadow: none; border-radius: 0; - margin: auto; height: auto; border-radius: 0.5rem; }