| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Fonts | 2 * Fonts |
| 3 */ | 3 */ |
| 4 | 4 |
| 5 @font-face | 5 @font-face |
| 6 { | 6 { |
| 7 font-family: 'Source Sans Pro'; | 7 font-family: 'Source Sans Pro'; |
| 8 font-weight: 300; | 8 font-weight: 300; |
| 9 font-style: normal; | 9 font-style: normal; |
| 10 font-stretch: normal; | 10 font-stretch: normal; |
| (...skipping 805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 816 .page-title > *, | 816 .page-title > *, |
| 817 .content-block | 817 .content-block |
| 818 { | 818 { |
| 819 padding: 0 10px; | 819 padding: 0 10px; |
| 820 } | 820 } |
| 821 | 821 |
| 822 #home-image-container img | 822 #home-image-container img |
| 823 { | 823 { |
| 824 display: block; | 824 display: block; |
| 825 width: 100%; | 825 width: 100%; |
| 826 max-width: 1080px; | |
| 827 margin: 0 auto; | |
| 828 } | 826 } |
| 829 | 827 |
| 830 #jobs-overview-tab | 828 #jobs-overview-tab |
| 831 { | 829 { |
| 832 display: none; | 830 display: none; |
| 833 } | 831 } |
| 834 | 832 |
| 835 #hiring-badges | 833 #hiring-badges |
| 836 { | 834 { |
| 837 width: 100%; | 835 width: 100%; |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 984 padding-right: .1em; | 982 padding-right: .1em; |
| 985 border-right-width: 1px; | 983 border-right-width: 1px; |
| 986 border-right-width: 1px; | 984 border-right-width: 1px; |
| 987 } | 985 } |
| 988 | 986 |
| 989 #panels-openings | 987 #panels-openings |
| 990 { | 988 { |
| 991 margin-top: -40px; | 989 margin-top: -40px; |
| 992 } | 990 } |
| 993 } | 991 } |
| OLD | NEW |