Showing
1 changed file
with
4 additions
and
4 deletions
@@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
5 | 5 | ||
6 | #yohood { | 6 | #yohood { |
7 | border: none; | 7 | border: none; |
8 | - border-bottom: 4PX solid #fff; | 8 | + border-bottom: 8px solid #fff; |
9 | background-color: transparent; | 9 | background-color: transparent; |
10 | background-image: resolve('channel/yohood.png'); | 10 | background-image: resolve('channel/yohood.png'); |
11 | background-position-x: 26%; | 11 | background-position-x: 26%; |
@@ -155,14 +155,14 @@ | @@ -155,14 +155,14 @@ | ||
155 | display: block; | 155 | display: block; |
156 | margin: 0 auto 40px; | 156 | margin: 0 auto 40px; |
157 | width: 432px; | 157 | width: 432px; |
158 | - height: 104px; | ||
159 | - border: 4PX solid #fff; | 158 | + height: 100px; |
159 | + border: 8px solid #fff; | ||
160 | background-color: #000; | 160 | background-color: #000; |
161 | color: #fff; | 161 | color: #fff; |
162 | text-align: center; | 162 | text-align: center; |
163 | font-weight: bold; | 163 | font-weight: bold; |
164 | font-size: 32px; | 164 | font-size: 32px; |
165 | - line-height: 104px; | 165 | + line-height: 82px; |
166 | } | 166 | } |
167 | 167 | ||
168 | .list-item:last-child { | 168 | .list-item:last-child { |
-
Please register or login to post a comment