diff --git a/pinaxcon/templates/symposion/schedule/schedule_conference.html b/pinaxcon/templates/symposion/schedule/schedule_conference.html index a1a877ce..90216692 100644 --- a/pinaxcon/templates/symposion/schedule/schedule_conference.html +++ b/pinaxcon/templates/symposion/schedule/schedule_conference.html @@ -57,22 +57,24 @@
-
-
-
- {% for section in sections %} - {% for timetable in section.days %} -
-
- {% include "symposion/schedule/_grid.html" %} -
-
- {% include "symposion/schedule/_mobile.html" %} +
+
+
+
+ {% for section in sections %} + {% for timetable in section.days %} +
+
+ {% include "symposion/schedule/_grid.html" %} +
+
+ {% include "symposion/schedule/_mobile.html" %} +
+ {% endfor %} + {% endfor %}
- {% endfor %} - {% endfor %}
diff --git a/static/src/scss/app.scss b/static/src/scss/app.scss index 3458ea95..0eedd932 100644 --- a/static/src/scss/app.scss +++ b/static/src/scss/app.scss @@ -713,14 +713,6 @@ div.talk-abstract { } } -@include media-breakpoint-up(xl) { - .schedule-wrapper { - width: 80%; - min-width: 1140px; - max-width: 3000px; - } -} - @include media-breakpoint-up(sm) { div.footer-center { text-align: center;