Mobile fixes for the splash

This commit is contained in:
Henne Vogelsang 2014-11-20 16:52:55 +01:00
parent cb227a0afc
commit b6b0c104fd
8 changed files with 41 additions and 10 deletions

View file

@ -6,7 +6,7 @@
.col-md-8.col-md-offset-2#header
.row
.col-md-4
= image_tag(@conference.logo(:original), class: 'img-responsive', id: 'splash-logo') if @conference.logo?
= image_tag(@conference.logo(:original), class: 'img-responsive img-center', id: 'splash-logo') if @conference.logo?
.col-md-8
%h1
= @conference.title