Center all modals
This commit is contained in:
parent
068405607c
commit
5f3cf2adcd
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user