fix issue with logo size

This commit is contained in:
Simon Vieille 2020-04-09 10:36:38 +02:00
parent 39ffc91d43
commit bf26217c55
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 3 additions and 1 deletions

View File

@ -80,11 +80,13 @@
}
.side-menu-logo img {
width: 60%;
max-width: 60%;
max-height: 100px;
}
.side-menu-header {
height: 150px;
width: 100%;
z-index: 2300;
max-width: 250px;
background: var(--side-menu-background-color, #333);