|
@@ -75,8 +75,9 @@ header[role="banner"]{
|
|
margin:0; display: inline-block;
|
|
margin:0; display: inline-block;
|
|
a.site-name{
|
|
a.site-name{
|
|
display: block;
|
|
display: block;
|
|
- $w:290px;
|
|
|
|
|
|
+ $w:260px;
|
|
width:$w; height:$w * 0.22;
|
|
width:$w; height:$w * 0.22;
|
|
|
|
+ margin-top: 0.15em;
|
|
background-image: url(../img/logo.svg);
|
|
background-image: url(../img/logo.svg);
|
|
background-color: white;
|
|
background-color: white;
|
|
background-repeat:no-repeat;
|
|
background-repeat:no-repeat;
|
|
@@ -496,6 +497,7 @@ main[role="main"]{
|
|
#audio-player{
|
|
#audio-player{
|
|
position: absolute;
|
|
position: absolute;
|
|
top:0; left:0;
|
|
top:0; left:0;
|
|
|
|
+ padding-left:1.2em;
|
|
background-color: white;
|
|
background-color: white;
|
|
height:100%; min-width:300px;
|
|
height:100%; min-width:300px;
|
|
z-index: 20;
|
|
z-index: 20;
|
|
@@ -526,7 +528,7 @@ main[role="main"]{
|
|
width:70px; height:1px;
|
|
width:70px; height:1px;
|
|
background-color: #000;
|
|
background-color: #000;
|
|
overflow: visible;
|
|
overflow: visible;
|
|
- transform: rotateZ(-45deg);
|
|
|
|
|
|
+ transform: rotateZ(-46deg);
|
|
.loader{
|
|
.loader{
|
|
width:0; height:100%;
|
|
width:0; height:100%;
|
|
background-color: red;
|
|
background-color: red;
|