Merge pull request #1025 from dod-ccpo/center-modals

Center all modals
This commit is contained in:
leigh-mil 2019-08-16 15:27:31 -04:00 committed by GitHub
commit 4a54602cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;