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); 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;
} }