diff options
| author | Jan Tuomi <jan-sebastian.tuomi@aalto.fi> | 2016-07-21 22:56:31 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan-sebastian.tuomi@aalto.fi> | 2016-07-21 22:56:31 +0300 |
| commit | ceeaf669bb2a225418c9cfd7de479fefa889904a (patch) | |
| tree | c4edb4fa7de5add63566009fb4f1e1065008045d /static/css/HPstyles.css | |
| parent | cb92c4a46cebe17466312e0ceb9b92300c092ac3 (diff) | |
Layout changesmaster
Diffstat (limited to 'static/css/HPstyles.css')
| -rwxr-xr-x | static/css/HPstyles.css | 11 |
1 files changed, 10 insertions, 1 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; |
