Fixed margins on home page

This commit is contained in:
Godwin 2016-06-03 21:59:28 -07:00
parent 792823ecae
commit e127258b39
2 changed files with 23 additions and 21 deletions

View File

@ -916,6 +916,7 @@ ul.warnings li,
article {
padding: rems(2.5) 0;
margin: 0 1em;
&.supplementary {
margin: rems(1) 7.5%;

View File

@ -1,8 +1,9 @@
- this_is_the_front_page
- if @conference
= render 'conferences/header'
%article
= row do
= columns(tag: :article) do
= columns(medium: 10, push: {medium: 1}) do
%h2=_!@conference.title
= @conference.info.html_safe
- if @conference.workshops