From 5f3cf2adcdd42078781a6d9a6838b449927de150 Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Thu, 15 Aug 2019 10:57:15 -0400 Subject: [PATCH] Center all modals --- styles/components/_modal.scss | 3 +++ 1 file changed, 3 insertions(+) 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;