Update css
This commit is contained in:
parent
ccdc9dd835
commit
d62f37498f
1 changed files with 7 additions and 3 deletions
|
@ -47,8 +47,12 @@ html[data-theme='dark'] {
|
||||||
filter: invert(1);
|
filter: invert(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.company-logo {
|
.logo-holder {
|
||||||
height: auto;
|
height: 64px;
|
||||||
width: 64px;
|
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.company-logo {
|
||||||
|
max-height: 100%;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue