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; | 132 height: 40px; |
133 } | 133 } |
134 | 134 |
135 #logo img | 135 #logo img |
136 { | 136 { |
137 height: 100%; | 137 height: 100%; |
138 } | 138 } |
139 | 139 |
140 #header .menu-button | 140 #header .menu-button |
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
815 } | 815 } |
816 | 816 |
817 #header .content-block, | 817 #header .content-block, |
818 #header.top .content-block | 818 #header.top .content-block |
819 { | 819 { |
820 padding: 9px 10px; | 820 padding: 9px 10px; |
821 } | 821 } |
822 | 822 |
823 #logo | 823 #logo |
824 { | 824 { |
825 height: 30px; | 825 top: 14px; |
saroyanm
2016/09/27 14:01:56
This change causes the logo to be overlaped by but
saroyanm
2016/09/27 14:04:32
height: 22px;
margin-top: -11px;
Should fix the i
| |
826 margin-top: -15px; | 826 margin-top: 0px; |
827 height: 22px; | |
827 } | 828 } |
828 | 829 |
829 #menu | 830 #menu |
830 { | 831 { |
831 display: none; | 832 display: none; |
832 } | 833 } |
833 | 834 |
834 #menu.open | 835 #menu.open |
835 { | 836 { |
836 display: block; | 837 display: block; |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
924 padding-right: .1em; | 925 padding-right: .1em; |
925 border-right-width: 1px; | 926 border-right-width: 1px; |
926 border-right-width: 1px; | 927 border-right-width: 1px; |
927 } | 928 } |
928 | 929 |
929 #panels-openings | 930 #panels-openings |
930 { | 931 { |
931 margin-top: -40px; | 932 margin-top: -40px; |
932 } | 933 } |
933 } | 934 } |
LEFT | RIGHT |