From 055b552775bf316e7f1544e83514b7bfc5d26aad Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Sat, 23 Nov 2013 19:03:11 +0100 Subject: [PATCH] Improve home page cinema margins for single column layout --- app/assets/stylesheets/home.sass | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/home.sass b/app/assets/stylesheets/home.sass index 0668a3c..35466bf 100644 --- a/app/assets/stylesheets/home.sass +++ b/app/assets/stylesheets/home.sass @@ -1,11 +1,15 @@ .home-page .cinema - padding-top: 50px - padding-bottom: 50px + padding-top: 0px + padding-bottom: 0px background-image: image-url("home-bg.png") background-position: 50% .row + > .col-md-6 + margin-top: 50px + margin-bottom: 50px + .player-wrapper max-height: 400px overflow: hidden