diff --git a/frontend/src/components/misc/Modal.vue b/frontend/src/components/misc/Modal.vue index ef24e2ca2..fcecc372d 100644 --- a/frontend/src/components/misc/Modal.vue +++ b/frontend/src/components/misc/Modal.vue @@ -34,7 +34,7 @@ }" > -
+
@@ -140,7 +140,7 @@ $modal-width: 1024px; transform: none; } - .header { + .modal-header { font-size: 2rem; font-weight: 700; } @@ -241,6 +241,14 @@ $modal-width: 1024px; margin-bottom: 0 !important; } } + +.modal-content:has(.modal-header) { + display: flex; + flex-direction: column; + justify-content: center; + padding: 0 1rem; + min-height: 100vh +}