Add a width attr to modal__dialog

This commit is contained in:
graham-dds 2019-08-28 11:58:10 -04:00
parent 3213ea11da
commit aca2eaada3

View File

@ -218,6 +218,7 @@ body {
&.wide {
.modal__dialog {
max-width: 90rem;
width: 100%;
}
.modal__body {