N°1220 Portal: Fix logo displayed not wide enough when it has a small height

This commit is contained in:
Molkobain
2018-12-14 17:06:37 +01:00
parent 260143050e
commit 4dfe6fc817
2 changed files with 2 additions and 2 deletions

View File

@@ -139,8 +139,8 @@ footer {
text-align: center;
}
#sidebar .logo img {
width: 40%;
max-width: 100%;
max-height: 50px;
}
#main-wrapper {
margin-top: 20px;

View File

@@ -144,8 +144,8 @@ footer{
text-align: center;
}
#sidebar .logo img{
width: 40%;
max-width: 100%;
max-height: 50px;
}
/* Main content */