Showing
1 changed file
with
3 additions
and
2 deletions
@@ -184,13 +184,14 @@ | @@ -184,13 +184,14 @@ | ||
184 | background-size: 100% 100%; | 184 | background-size: 100% 100%; |
185 | 185 | ||
186 | .left { | 186 | .left { |
187 | - width: 230px; | 187 | + width: 200px; |
188 | height: 168px; | 188 | height: 168px; |
189 | color: #fff; | 189 | color: #fff; |
190 | font-size: 90px; | 190 | font-size: 90px; |
191 | line-height: 168px; | 191 | line-height: 168px; |
192 | text-align: center; | 192 | text-align: center; |
193 | float: left; | 193 | float: left; |
194 | + overflow: hidden; | ||
194 | 195 | ||
195 | span { | 196 | span { |
196 | font-size: 50px; | 197 | font-size: 50px; |
@@ -198,7 +199,7 @@ | @@ -198,7 +199,7 @@ | ||
198 | } | 199 | } |
199 | 200 | ||
200 | .right { | 201 | .right { |
201 | - width: 240px; | 202 | + width: 270px; |
202 | padding: 30px 0; | 203 | padding: 30px 0; |
203 | height: 168px; | 204 | height: 168px; |
204 | float: left; | 205 | float: left; |
-
Please register or login to post a comment