update "return" link background (#24084)

This commit is contained in:
Serghei Mihai 2018-06-05 16:35:37 +02:00
parent a64ebbc33f
commit 38fec6f980
2 changed files with 2 additions and 1 deletions

View File

@ -129,6 +129,7 @@ div#header {
background: $primary-color;
position: absolute;
top: 50%;
left: 1%;
@media screen and (max-width: $mobile-limit) {
top: 3%;
}
@ -136,7 +137,7 @@ div#header {
color: #000;
background: #fff url(images/back.png) center left no-repeat;
background-size: contain;
padding: 10px 0 10px 70px;
padding: 10px 0 10px 50px;
@media screen and (max-width: $mobile-limit) {
display: block;
text-indent: -9999px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB