diff --git a/styles/components/_modal.scss b/styles/components/_modal.scss index a555c8a0..8800b162 100644 --- a/styles/components/_modal.scss +++ b/styles/components/_modal.scss @@ -18,6 +18,9 @@ body { &__container { height: 100vh; max-height: 100vh; + display: flex; + flex-direction: column; + justify-content: center; .usa-input .usa-input__choices label { max-width: 62rem;