Fixed margins on home page
This commit is contained in:
parent
792823ecae
commit
e127258b39
@ -916,6 +916,7 @@ ul.warnings li,
|
||||
|
||||
article {
|
||||
padding: rems(2.5) 0;
|
||||
margin: 0 1em;
|
||||
|
||||
&.supplementary {
|
||||
margin: rems(1) 7.5%;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user