Update css

This commit is contained in:
BernatBC 2024-02-03 10:24:36 +01:00
parent ccdc9dd835
commit d62f37498f

View file

@ -47,8 +47,12 @@ html[data-theme='dark'] {
filter: invert(1);
}
.company-logo {
height: auto;
width: 64px;
.logo-holder {
height: 64px;
margin-bottom: 1em;
}
.company-logo {
max-height: 100%;
width: auto;
}