Showing
1 changed file
with
2 additions
and
3 deletions
@@ -18,8 +18,8 @@ | @@ -18,8 +18,8 @@ | ||
18 | 18 | ||
19 | .brand-logo { | 19 | .brand-logo { |
20 | width: 100%; | 20 | width: 100%; |
21 | - height: 100%; | ||
22 | - line-height: 174rem / $pxConvertRem; | 21 | + height: 128rem / $pxConvertRem; |
22 | + line-height: 128rem / $pxConvertRem; | ||
23 | text-align: center; | 23 | text-align: center; |
24 | 24 | ||
25 | img { | 25 | img { |
@@ -30,7 +30,6 @@ | @@ -30,7 +30,6 @@ | ||
30 | } | 30 | } |
31 | 31 | ||
32 | .brand-name { | 32 | .brand-name { |
33 | - display: none; | ||
34 | line-height: 44rem / $pxConvertRem; | 33 | line-height: 44rem / $pxConvertRem; |
35 | font-size: 18rem / $pxConvertRem; | 34 | font-size: 18rem / $pxConvertRem; |
36 | color: #babac2; | 35 | color: #babac2; |
-
Please register or login to post a comment