Fix the homepage and proposal views for mobile

This commit is contained in:
Henne Vogelsang 2013-06-26 17:37:29 +02:00 committed by Henne Vogelsang
parent 2a927a42b0
commit 453133a26b
2 changed files with 7 additions and 4 deletions

View file

@ -5,8 +5,9 @@
</div>
<% @conferences.each do |conference| %>
<div class="row-fluid well" style="margin-top: 30px; background: #f5f5f5;">
<div class="row-fluid" style="margin-top: 30px;">
<div clas="span12">
<div class="well">
<div class="row">
<div class="span4 text-center">
<%= image_tag conference.logo(:original) %>
@ -44,7 +45,7 @@
</ul>
</div>
</div>
</div>
</div>
</div>
<% end %>