arles: fix logo link url display (#35673)

This commit is contained in:
Serghei Mihai 2019-08-30 09:47:39 +02:00
parent 439e7b3b30
commit 2fa135811d
1 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,10 @@ div#header-wrapper {
h1#logo {
background: url('img/bandeau.png') no-repeat;
height: 90px;
text-indent: -9999px;
a {
text-indent: -9999px;
display: block;
}
@media only screen and (max-width: $width) {
background: url('img/bandeau-medium.png') no-repeat;;
}