Left: | ||
Right: |
LEFT | RIGHT |
---|---|
(Both sides are equal) | |
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 837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
848 padding-right: .1em; | 848 padding-right: .1em; |
849 border-right-width: 1px; | 849 border-right-width: 1px; |
850 border-right-width: 1px; | 850 border-right-width: 1px; |
851 } | 851 } |
852 | 852 |
853 #panels-openings | 853 #panels-openings |
854 { | 854 { |
855 margin-top: -40px; | 855 margin-top: -40px; |
856 } | 856 } |
857 } | 857 } |
LEFT | RIGHT |