fix: portrait mode for mobile

This commit is contained in:
mco-system
2023-04-11 19:42:06 +11:00
parent 2300744f8d
commit a114a15d85
2 changed files with 7 additions and 4 deletions

View File

@@ -100,4 +100,7 @@
color: var(--main-color);
cursor: pointer;
}
.goodies {
max-width: 10em;
}
}