misc: re-adjust logo sizes

This commit is contained in:
Serghei Mihai 2017-11-14 19:34:25 +01:00
parent 6c39e8b36d
commit bc08b1b02d
1 changed files with 4 additions and 4 deletions

View File

@ -88,7 +88,7 @@ div#header {
background: #fff;
h1#logo {
border-top: 25px solid $primary-color;
background: url(images/compte-usager.png) calc(50% + 150px) center no-repeat;
background: url(images/compte-usager.png) calc(50% + 134px) center no-repeat;
background-size: auto 40%;
@media screen and (max-width: $mobile-limit) {
border-top: 3px solid $primary-color;
@ -106,7 +106,7 @@ div#header {
height: 140px;
line-height: 160px;
width: 352px;
margin: 0 auto 0 calc(50% - 289px);
margin: 0 auto 0 calc(50% - 298px);
text-indent: -9999px;
background-position: center left;
background-repeat: no-repeat;
@ -115,11 +115,11 @@ div#header {
width: auto;
background-size: auto 50px;
background-position: 0% 70%;
margin: 0 auto 0 calc(50% - 145px);
margin: 0 auto 0 calc(50% - 270px);
}
@media screen and (max-width: 570px) {
background-position: 0% 70%;
margin: 0 auto 0 calc(50% - 87px);
margin: 0 auto 0 calc(50% - 160px);
background-size: auto 30px;
}
}