Increase width for modals on mobile. Closes #1669

This commit is contained in:
Gabe Kangas
2022-01-13 20:39:35 -08:00
parent 98f9af78cb
commit 6545a9573e

View File

@@ -358,6 +358,13 @@ header {
overflow: hidden; overflow: hidden;
box-sizing: border-box; box-sizing: border-box;
} }
@media screen and (max-width: 600px) {
.modal__container {
width: 100%;
}
}
.modal__close { .modal__close {
background: transparent; background: transparent;
border: 0; border: 0;