This commit is contained in:
Jay Trees 2022-02-24 09:39:27 +01:00
parent 9713acae03
commit defbd8de31

View file

@ -2,6 +2,15 @@
--lineHeight: 1.4285; --lineHeight: 1.4285;
} }
/**
* Logo
*/
.ui.menu .item.home > img:not(.ui) {
width: auto;
height: 1em;
margin: 0;
}
/** /**
* Footer * Footer
*/ */
@ -125,12 +134,3 @@ p .ui.horizontal.label {
cursor: default; cursor: default;
user-select: none; user-select: none;
} }
/**
* Logo
*/
.ui.menu .item.home > img:not(.ui) {
width: auto;
height: 1em;
margin: 0;
}