diff options
Diffstat (limited to 'static/css')
| -rwxr-xr-x | static/css/HPstyles.css | 11 | ||||
| -rwxr-xr-x | static/css/style.css | 1 |
2 files changed, 10 insertions, 2 deletions
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; |
