[feat]Display description and happening now in two columns; display happening now first in sm view

This commit is contained in:
Jimmy 2021-04-07 17:55:20 +08:00
parent 9e2c78e236
commit 7d51ff9eb4
2 changed files with 23 additions and 23 deletions

View file

@ -26,11 +26,3 @@
- if venue.country != 'US'
•
= venue.country_name
- unless conference.description.blank?
%section#about
.container
.row
.col-md-8.col-md-offset-2
= markdown(conference.description, escape_html=false)
.trapezoid