Left: | ||
Right: |
LEFT | RIGHT |
---|---|
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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
119 } | 119 } |
120 | 120 |
121 #header.top .content-block | 121 #header.top .content-block |
122 { | 122 { |
123 padding: 20px 10px; | 123 padding: 20px 10px; |
124 } | 124 } |
125 | 125 |
126 #logo | 126 #logo |
127 { | 127 { |
128 position: absolute; | 128 position: absolute; |
129 top: 50%; | |
129 left: 10px; | 130 left: 10px; |
130 top: 50%; | |
131 margin-top: -20px; | 131 margin-top: -20px; |
132 height: 40px; | |
133 } | |
134 | |
135 #logo img | |
136 { | |
137 height: 100%; | |
132 } | 138 } |
133 | 139 |
134 #header .menu-button | 140 #header .menu-button |
135 { | 141 { |
136 margin: 0px 0px 0px 20px; | 142 margin: 0px 0px 0px 20px; |
137 } | 143 } |
138 | 144 |
139 #menu | 145 #menu |
140 { | 146 { |
141 display: inline; | 147 display: inline; |
(...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
807 { | 813 { |
808 padding-top: 50px; | 814 padding-top: 50px; |
809 } | 815 } |
810 | 816 |
811 #header .content-block, | 817 #header .content-block, |
812 #header.top .content-block | 818 #header.top .content-block |
813 { | 819 { |
814 padding: 9px 10px; | 820 padding: 9px 10px; |
815 } | 821 } |
816 | 822 |
817 #header.top #logo | 823 #logo |
818 { | 824 { |
819 top: 7px; | 825 top: 14px; |
820 } | 826 margin-top: 0px; |
821 | 827 height: 22px; |
822 #logo > img | |
juliandoucette
2016/09/27 13:44:56
It's not centered properly on mobile (probably a s
juliandoucette
2016/09/27 13:55:51
Done.
(Also removed #logo.top edge case bug on mo
| |
823 { | |
824 height: 23px; | |
825 margin-top: 6px; | |
826 } | 828 } |
827 | 829 |
828 #menu | 830 #menu |
829 { | 831 { |
830 display: none; | 832 display: none; |
831 } | 833 } |
832 | 834 |
833 #menu.open | 835 #menu.open |
834 { | 836 { |
835 display: block; | 837 display: block; |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
923 padding-right: .1em; | 925 padding-right: .1em; |
924 border-right-width: 1px; | 926 border-right-width: 1px; |
925 border-right-width: 1px; | 927 border-right-width: 1px; |
926 } | 928 } |
927 | 929 |
928 #panels-openings | 930 #panels-openings |
929 { | 931 { |
930 margin-top: -40px; | 932 margin-top: -40px; |
931 } | 933 } |
932 } | 934 } |
LEFT | RIGHT |