...
|
...
|
@@ -10,13 +10,11 @@ |
|
|
line-height: 96rem / $pxConvertRem;
|
|
|
|
|
|
.index-logo {
|
|
|
display: table-cell;
|
|
|
float: left;
|
|
|
font-size: 50rem / $pxConvertRem;
|
|
|
width: 216rem / $pxConvertRem;
|
|
|
height: 96rem / $pxConvertRem;
|
|
|
color: #343434;
|
|
|
vertical-align: middle;
|
|
|
background: url(../img/yohologo.png) left center no-repeat;
|
|
|
background-size: 104px 25px;
|
|
|
opacity: 1;
|
|
|
transition: all 400ms;
|
|
|
|
...
|
...
|
|