From ceeaf669bb2a225418c9cfd7de479fefa889904a Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 21 Jul 2016 22:56:31 +0300 Subject: Layout changes --- static/css/HPstyles.css | 11 ++++++++++- static/css/style.css | 1 - 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/css/HPstyles.css b/static/css/HPstyles.css index 8c7f88e..a68fec0 100755 --- a/static/css/HPstyles.css +++ b/static/css/HPstyles.css @@ -23,6 +23,13 @@ body { text-align: center; } +.social-buttons { + vertical-align: bottom; +} + +.main-container { + max-width: 90% !important; +} /* Full Page Image Header Area */ @@ -30,9 +37,11 @@ body { display: table; height: 70%; width: 100%; + max-width: 100%; min-height: 70%; position: relative; - background: url(../img/desk.jpg) no-repeat center center fixed; + background: url(../img/banner_gradient.png) no-repeat fixed; + background-position: center right; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; diff --git a/static/css/style.css b/static/css/style.css index a19a9b1..bc6be8b 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -315,7 +315,6 @@ ul.sidebar-menu li.active a i { text-align:center; } - .black-bg { background: rgba(20,20,20,0.9); border-bottom: 1px solid #f1f2f7; -- cgit v1.3