| Left: | ||
| Right: |
| 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 113 | 113 |
| 114 #header .content-block | 114 #header .content-block |
| 115 { | 115 { |
| 116 position: relative; | 116 position: relative; |
| 117 padding: 15px 10px; | 117 padding: 15px 10px; |
| 118 min-height: 32px; | 118 min-height: 32px; |
| 119 } | 119 } |
| 120 | 120 |
| 121 #header.top .content-block | 121 #header.top .content-block |
| 122 { | 122 { |
| 123 padding: 25px 10px; | 123 padding: 20px 10px; |
| 124 } | 124 } |
| 125 | 125 |
| 126 #logo | 126 #logo |
| 127 { | 127 { |
| 128 position: absolute; | 128 position: absolute; |
| 129 top: 7px; | |
| 130 left: 10px; | 129 left: 10px; |
| 131 } | 130 top: 50%; |
| 132 | 131 margin-top: -20px; |
| 133 #header.top #logo | |
| 134 { | |
| 135 top: 17px; | |
| 136 } | 132 } |
| 137 | 133 |
| 138 #header .menu-button | 134 #header .menu-button |
| 139 { | 135 { |
| 140 margin: 0px 0px 0px 25px; | 136 margin: 0px 0px 0px 20px; |
| 141 } | 137 } |
| 142 | 138 |
| 143 #menu | 139 #menu |
| 144 { | 140 { |
| 145 display: inline; | 141 display: inline; |
| 146 vertical-align: middle; | 142 vertical-align: middle; |
| 147 } | 143 } |
| 148 | 144 |
| 149 .assistive-text | 145 .assistive-text |
| 150 { | 146 { |
| (...skipping 15 matching lines...) Expand all Loading... | |
| 166 .menu-list li | 162 .menu-list li |
| 167 { | 163 { |
| 168 display: inline; | 164 display: inline; |
| 169 font-weight: bold; | 165 font-weight: bold; |
| 170 white-space: nowrap; | 166 white-space: nowrap; |
| 171 } | 167 } |
| 172 | 168 |
| 173 .menu-list li a | 169 .menu-list li a |
| 174 { | 170 { |
| 175 color: #979797; | 171 color: #979797; |
| 176 padding: 0 10px; | 172 padding: 0 8px; |
| 177 } | 173 } |
| 178 | 174 |
| 179 .menu-list li:hover > a, | 175 .menu-list li:hover > a, |
| 180 .menu-list li.current-menu-item > a | 176 .menu-list li.current-menu-item > a |
| 181 { | 177 { |
| 182 color: #373737; | 178 color: #373737; |
| 183 } | 179 } |
| 184 | 180 |
| 185 #header-hamburger | 181 #header-hamburger |
| 186 { | 182 { |
| (...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 816 #header.top .content-block | 812 #header.top .content-block |
| 817 { | 813 { |
| 818 padding: 9px 10px; | 814 padding: 9px 10px; |
| 819 } | 815 } |
| 820 | 816 |
| 821 #header.top #logo | 817 #header.top #logo |
| 822 { | 818 { |
| 823 top: 7px; | 819 top: 7px; |
| 824 } | 820 } |
| 825 | 821 |
| 826 #logo > img | 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
| |
| 827 { | 823 { |
| 828 height: 34px; | 824 height: 23px; |
| 825 margin-top: 6px; | |
| 829 } | 826 } |
| 830 | 827 |
| 831 #menu | 828 #menu |
| 832 { | 829 { |
| 833 display: none; | 830 display: none; |
| 834 } | 831 } |
| 835 | 832 |
| 836 #menu.open | 833 #menu.open |
| 837 { | 834 { |
| 838 display: block; | 835 display: block; |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 926 padding-right: .1em; | 923 padding-right: .1em; |
| 927 border-right-width: 1px; | 924 border-right-width: 1px; |
| 928 border-right-width: 1px; | 925 border-right-width: 1px; |
| 929 } | 926 } |
| 930 | 927 |
| 931 #panels-openings | 928 #panels-openings |
| 932 { | 929 { |
| 933 margin-top: -40px; | 930 margin-top: -40px; |
| 934 } | 931 } |
| 935 } | 932 } |
| OLD | NEW |