Fix logo size

This commit is contained in:
Alexandre Aubin 2019-03-14 17:38:28 +01:00
parent 3537e0840c
commit 70e27e53a1

View file

@ -128,17 +128,18 @@ img {
/* Logo */
.logo {
opacity: 0.7;
margin-top: 4%;
margin-top: 6em;
width: 100%;
height: 10em;
height: 9em;
background-image: url("../img/logo-ynh-white.svg");
background-repeat: no-repeat;
background-position: center 100%;
background-size: contain;
}
.logged .logo {
position: fixed;
width: 10em;
width: 5em;
bottom: 20px;
right: 20px;
z-index: 0;