CSS tweaks...

This commit is contained in:
Michael Ball 2020-01-07 16:06:51 -08:00
parent 2c9645895e
commit 7553c15e5e
2 changed files with 4 additions and 3 deletions

View file

@ -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 {

View file

@ -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