mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Fix logo size
This commit is contained in:
parent
3537e0840c
commit
70e27e53a1
1 changed files with 4 additions and 3 deletions
|
@ -128,17 +128,18 @@ img {
|
||||||
/* Logo */
|
/* Logo */
|
||||||
.logo {
|
.logo {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
margin-top: 4%;
|
margin-top: 6em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 10em;
|
height: 9em;
|
||||||
background-image: url("../img/logo-ynh-white.svg");
|
background-image: url("../img/logo-ynh-white.svg");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center 100%;
|
background-position: center 100%;
|
||||||
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logged .logo {
|
.logged .logo {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 10em;
|
width: 5em;
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue