responsive: hide return link text (#20091)

This commit is contained in:
Serghei Mihai 2017-11-15 09:56:23 +01:00
parent bc08b1b02d
commit 31ebcd45ec
1 changed files with 5 additions and 1 deletions

View File

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