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 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'static/css/HPstyles.css') 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; -- cgit v1.3