Center all modals

This commit is contained in:
leigh-mil 2019-08-15 10:57:15 -04:00
parent 068405607c
commit 5f3cf2adcd

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;