| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Fonts | 2 * Fonts |
| 3 */ | 3 */ |
| 4 @font-face { | 4 @font-face { |
| 5 font-family: "Lato"; | 5 font-family: "Lato"; |
| 6 font-style: normal; | 6 font-style: normal; |
| 7 font-weight: 400; | 7 font-weight: 400; |
| 8 src: local("Lato Regular"), local("Lato-Regular"), url(/fonts/Lato-Regular.wof
f) format('woff'); | 8 src: local("Lato Regular"), local("Lato-Regular"), url(/fonts/Lato-Regular.wof
f) format('woff'); |
| 9 } | 9 } |
| 10 @font-face { | 10 @font-face { |
| (...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 715 { | 715 { |
| 716 padding: 0 10px; | 716 padding: 0 10px; |
| 717 } | 717 } |
| 718 | 718 |
| 719 #home-image-container img | 719 #home-image-container img |
| 720 { | 720 { |
| 721 width: 100%; | 721 width: 100%; |
| 722 max-width: 1080px; | 722 max-width: 1080px; |
| 723 } | 723 } |
| 724 | 724 |
| 725 #hr-contacts |
| 726 { |
| 727 text-align: right; |
| 728 } |
| 729 |
| 730 #hr-contacts img |
| 731 { |
| 732 border-radius: 3px; |
| 733 } |
| 734 |
| 725 #jobs-overview-tab | 735 #jobs-overview-tab |
| 726 { | 736 { |
| 727 display: none; | 737 display: none; |
| 728 } | 738 } |
| 729 | 739 |
| 730 #hiring-badges | 740 #hiring-badges |
| 731 { | 741 { |
| 732 width: 100%; | 742 width: 100%; |
| 733 float: left; | 743 float: left; |
| 734 margin-top: 20px; | 744 margin-top: 20px; |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 822 padding-right: .1em; | 832 padding-right: .1em; |
| 823 border-right-width: 1px; | 833 border-right-width: 1px; |
| 824 border-right-width: 1px; | 834 border-right-width: 1px; |
| 825 } | 835 } |
| 826 | 836 |
| 827 #panels-openings | 837 #panels-openings |
| 828 { | 838 { |
| 829 margin-top: -40px; | 839 margin-top: -40px; |
| 830 } | 840 } |
| 831 } | 841 } |
| OLD | NEW |