fix logo size on firefox

This commit is contained in:
Baltazar Gomez 2021-08-01 13:11:17 -05:00 committed by jessopb
parent b34a5068be
commit 0214c80544

View file

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