Tweak CSS, fix loding order

This commit is contained in:
Michael Ball 2020-01-07 23:58:25 -08:00
parent 722bd8c008
commit 350371f79d
5 changed files with 18 additions and 9 deletions

View file

@ -16,7 +16,7 @@
We recommend the following accommodations for your visit.
.row.row-centered
- lodgings.order(created_at: :asc).each do |lodging|
- lodgings.each do |lodging|
.col-md-6.col-sm-4.col-centered.col-top
.thumbnail
- if lodging.picture?

View file

@ -7,9 +7,10 @@
.container
.row
.col-md-12.text-center
%h2
Support
= conference.title
%h3 Sign Up for Campus Housing
-# %h2
-# Support
-# = conference.title
.row.row-centered
- tickets.each do |ticket|
.col-md-3.col-sm-3.col-centered.col-top