diff --git a/static/css/main.css b/static/css/main.css index c81f56b..50f06d3 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -652,6 +652,9 @@ .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); } + .grid-cols-2 { + grid-template-columns: repeat(2, minmax(0, 1fr)); + } .grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } diff --git a/templates/shortcodes/mt_form.html b/templates/shortcodes/mt_form.html index ab82d2e..8987d16 100644 --- a/templates/shortcodes/mt_form.html +++ b/templates/shortcodes/mt_form.html @@ -110,10 +110,18 @@ - +
+
+ + +
+ +
+ + +
+
+

Please select the trip that you'd prefer to go on. We reserve the right to move you to another trip if we need to. If you cannot go on a trip for sure, please tell us why in the next question.

-
+
- +
- +
- +