Fix logo width in FF
This commit is contained in:
parent
6cb4670fa9
commit
be32074540
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -28,7 +28,7 @@
|
|||||||
.custom-logo {
|
.custom-logo {
|
||||||
height: var(--header-logo-height);
|
height: var(--header-logo-height);
|
||||||
max-height: calc(var(--header-height) - 2rem);
|
max-height: calc(var(--header-height) - 2rem);
|
||||||
width: fit-content;
|
width: auto;
|
||||||
max-width: 99vw;
|
max-width: 99vw;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
pointer-events: none; // Prevents drag and Edge image function nonsense
|
pointer-events: none; // Prevents drag and Edge image function nonsense
|
||||||
|
Loading…
x
Reference in New Issue
Block a user