fix logo size on firefox
This commit is contained in:
parent
b34a5068be
commit
0214c80544
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@
|
|||
|
||||
.header__navigation-logo {
|
||||
height: var(--height-button);
|
||||
max-width: -webkit-fit-content;
|
||||
max-width: -moz-fit-content;
|
||||
max-width: fit-content;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue