calvados-cd14: adjust header spacing to fit on small mobiles

This commit is contained in:
Frédéric Péters 2019-04-27 15:51:02 +02:00
parent 368ceeab40
commit 7263efca31
2 changed files with 8 additions and 2 deletions

View File

@ -41,13 +41,19 @@ header {
a {
padding-top: 1rem;
background: url(img/logo-calvados-transparent.png) bottom left no-repeat;
background-size: 264px 46px;
width: 264px;
background-size: 233px 46px;
width: 233px;
height: 46px;
display: block;
text-indent: -10000px;
margin-left: 1rem;
}
@media screen and (max-width: 360px) {
padding-left: 60px;
a {
margin-left: 0;
}
}
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 17 KiB