| Index: static/css/styles.css |
| =================================================================== |
| --- a/static/css/styles.css |
| +++ b/static/css/styles.css |
| @@ -418,21 +418,16 @@ |
| { |
| border-radius: 3px; |
| } |
| /* |
| * Page-specific styles |
| */ |
| -#home-image-container |
| -{ |
| - background-color: #f0f0f0; |
| -} |
| - |
| #who-we-are |
| { |
| margin-top: 25px; |
| margin-bottom: 25px; |
| } |
| #our-work |
| { |
| @@ -814,24 +809,16 @@ |
| } |
| .page-title > *, |
| .content-block |
| { |
| padding: 0 10px; |
| } |
| -#home-image-container img |
| -{ |
| - display: block; |
| - width: 100%; |
| - max-width: 1080px; |
| - margin: 0 auto; |
| -} |
| - |
| #jobs-overview-tab |
| { |
| display: none; |
| } |
| #hiring-badges |
| { |
| width: 100%; |
| @@ -986,8 +973,17 @@ |
| border-right-width: 1px; |
| } |
| #panels-openings |
| { |
| margin-top: -40px; |
| } |
| } |
| + |
| +/******************************************************************************* |
| + * .bg-* utilities |
| + ******************************************************************************/ |
| + |
| +.bg-accent |
| +{ |
| + background-color: #f0f0f0; |
| +} |