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