reduce logos size (#19581)

This commit is contained in:
Serghei Mihai 2017-10-23 13:41:14 +02:00
parent 3232a5d28a
commit fcac06183a
1 changed files with 5 additions and 5 deletions

View File

@ -88,8 +88,8 @@ div#header {
background: #fff;
h1#logo {
border-top: 25px solid $primary-color;
background: url(images/compte-usager.png) calc(50% + 165px) center no-repeat;
background-size: auto 50%;
background: url(images/compte-usager.png) calc(50% + 150px) center no-repeat;
background-size: auto 40%;
@media screen and (max-width: $mobile-limit) {
border-top: 3px solid $primary-color;
padding: 0 0.5em;
@ -102,11 +102,11 @@ div#header {
}
a {
display: block;
background-size: auto 75%;
background-size: auto 40%;
height: 140px;
line-height: 160px;
width: 230px;
margin: 0 auto 0 calc(50% - 305px);
width: 352px;
margin: 0 auto 0 calc(50% - 289px);
text-indent: -9999px;
background-position: center left;
background-repeat: no-repeat;