CSS tweaks...
This commit is contained in:
parent
2c9645895e
commit
7553c15e5e
2 changed files with 4 additions and 3 deletions
|
|
@ -7,9 +7,10 @@ html {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
/* Margin bottom by 2 times the footer height */
|
/* Margin bottom by 2 times the footer height */
|
||||||
margin-bottom: 60px;
|
margin-bottom: 85px;
|
||||||
/* Margin bottom by navbar height */
|
/* Margin bottom by navbar height */
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
|
|
|
||||||
|
|
@ -2,14 +2,14 @@
|
||||||
#banner{ style: ("background-image: url(#{conference.picture_url})" if conference.picture_url) }
|
#banner{ style: ("background-image: url(#{conference.picture_url})" if conference.picture_url) }
|
||||||
.container
|
.container
|
||||||
.row
|
.row
|
||||||
.col-md-8.col-md-offset-2#header
|
.col-md-6.col-md-offset-3#header
|
||||||
.row
|
.row
|
||||||
-# - if conference.picture?
|
-# - if conference.picture?
|
||||||
-# .col-md-4
|
-# .col-md-4
|
||||||
-# = image_tag(conference.picture_url,
|
-# = image_tag(conference.picture_url,
|
||||||
-# class: 'img-responsive img-center',
|
-# class: 'img-responsive img-center',
|
||||||
-# id: 'splash-logo')
|
-# id: 'splash-logo')
|
||||||
.col-md-8.col-md-offset-2
|
.col-md-8
|
||||||
%h1
|
%h1
|
||||||
= conference.title.html_safe
|
= conference.title.html_safe
|
||||||
%h3
|
%h3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue