fix: hide logotype text on mobile

This commit is contained in:
Ash Monty
2022-08-14 21:29:54 +02:00
parent 829bd94ea9
commit b98c26049f

View File

@@ -531,6 +531,9 @@ button * {
svg.logotype {
left: 0;
}
svg.logotype text#Pretendo {
display: none;
}
.miieditor-wrapper {
grid-template-columns: auto;