Browse Source

Increase width for modals on mobile. Closes #1669

pull/1678/head
Gabe Kangas 5 years ago
parent
commit
6545a9573e
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 7
      webroot/styles/app.css

7
webroot/styles/app.css

@ -358,6 +358,13 @@ header { @@ -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;

Loading…
Cancel
Save