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
No known key found for this signature in database
GPG key ID: 9A56337728BC81EA

View file

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