summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Kangas <gabek@real-ity.com>2022-01-13 20:39:35 -0800
committerGabe Kangas <gabek@real-ity.com>2022-01-13 20:39:35 -0800
commit6545a9573e7a1a04fa5b8300801b30636ed25b9a (patch)
tree884578426c80e4c6aacd0159bfaa0f3f29022058
parent98f9af78cb8314a823ddf608539867c838fcf62f (diff)
Increase width for modals on mobile. Closes #1669
-rw-r--r--webroot/styles/app.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/webroot/styles/app.css b/webroot/styles/app.css
index b8f6f3ed1..8c20cf2c2 100644
--- a/webroot/styles/app.css
+++ b/webroot/styles/app.css
@@ -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;