Showing
2 changed files
with
2 additions
and
3 deletions
framework @ 119c247f
@@ -17,15 +17,14 @@ | @@ -17,15 +17,14 @@ | ||
17 | overflow: hidden; | 17 | overflow: hidden; |
18 | 18 | ||
19 | .brand-logo { | 19 | .brand-logo { |
20 | - display: table-cell; | ||
21 | width: 100%; | 20 | width: 100%; |
22 | height: 128rem / $pxConvertRem; | 21 | height: 128rem / $pxConvertRem; |
23 | line-height: 128rem / $pxConvertRem; | 22 | line-height: 128rem / $pxConvertRem; |
24 | text-align: center; | 23 | text-align: center; |
25 | font-size: 0; | 24 | font-size: 0; |
26 | - vertical-align: middle; | ||
27 | 25 | ||
28 | img { | 26 | img { |
27 | + vertical-align: middle; | ||
29 | max-width: 100%; | 28 | max-width: 100%; |
30 | max-height: 100%; | 29 | max-height: 100%; |
31 | } | 30 | } |
-
Please register or login to post a comment