From 011f7ecab5d72be9da38df68a80378149ac002cc Mon Sep 17 00:00:00 2001 From: Jimmy Date: Wed, 7 Apr 2021 18:55:34 +0800 Subject: [PATCH] [feat]Add md lg view for happening_now column --- app/views/conferences/show.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/conferences/show.html.haml b/app/views/conferences/show.html.haml index 0ecad083..140a4e57 100644 --- a/app/views/conferences/show.html.haml +++ b/app/views/conferences/show.html.haml @@ -49,7 +49,7 @@ .container .row -# happening now events are displayed second in md or lg view - .col-md-4.col-md-push-8 + .col-md-6.col-md-push-6.col-lg-4.col-lg-push-8 #happening-now - if @conference.splashpage.include_happening_now - if @events_schedules.any? @@ -61,7 +61,7 @@ .row %h3.text-center There are no events happening now. - if @conference.description.present? - .col-md-8.col-md-pull-4 + .col-md-6.col-md-pull-6.col-lg-8.col-lg-pull-4 #about .row = markdown(@conference.description, escape_html=false)