CSS tweaks...
This commit is contained in:
parent
2c9645895e
commit
7553c15e5e
2 changed files with 4 additions and 3 deletions
|
|
@ -2,14 +2,14 @@
|
|||
#banner{ style: ("background-image: url(#{conference.picture_url})" if conference.picture_url) }
|
||||
.container
|
||||
.row
|
||||
.col-md-8.col-md-offset-2#header
|
||||
.col-md-6.col-md-offset-3#header
|
||||
.row
|
||||
-# - if conference.picture?
|
||||
-# .col-md-4
|
||||
-# = image_tag(conference.picture_url,
|
||||
-# class: 'img-responsive img-center',
|
||||
-# id: 'splash-logo')
|
||||
.col-md-8.col-md-offset-2
|
||||
.col-md-8
|
||||
%h1
|
||||
= conference.title.html_safe
|
||||
%h3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue