Showing
1 changed file
with
4 additions
and
4 deletions
@@ -76,7 +76,7 @@ | @@ -76,7 +76,7 @@ | ||
76 | z-index: 3; | 76 | z-index: 3; |
77 | border-top: 30px solid #f4f4f4; | 77 | border-top: 30px solid #f4f4f4; |
78 | background-color: #fff; | 78 | background-color: #fff; |
79 | - | 79 | + border-bottom: 1px solid #f4f4f4; |
80 | ul{ | 80 | ul{ |
81 | width: 100%; | 81 | width: 100%; |
82 | height: 90%; | 82 | height: 90%; |
@@ -301,7 +301,6 @@ | @@ -301,7 +301,6 @@ | ||
301 | 301 | ||
302 | 302 | ||
303 | .branding-wall{ | 303 | .branding-wall{ |
304 | - border-top: 1px solid #f4f4f4; | ||
305 | padding: 0px; | 304 | padding: 0px; |
306 | width:98%; | 305 | width:98%; |
307 | margin-left: 1%; | 306 | margin-left: 1%; |
@@ -318,8 +317,9 @@ | @@ -318,8 +317,9 @@ | ||
318 | text-align: center; | 317 | text-align: center; |
319 | vertical-align: middle; | 318 | vertical-align: middle; |
320 | font-size: 24px; | 319 | font-size: 24px; |
321 | - line-height: 44px; | ||
322 | - height: 44px; | 320 | + line-height: 70px; |
321 | + height: 70px; | ||
322 | + overflow:hidden; | ||
323 | color: #b8b8b8; | 323 | color: #b8b8b8; |
324 | } | 324 | } |
325 | 325 |
-
Please register or login to post a comment