fix: mobile results formatting

This commit is contained in:
2025-06-29 22:26:01 -05:00
parent 591c9cdd2a
commit 101460cd47
2 changed files with 9 additions and 5 deletions

View File

@@ -66,6 +66,10 @@ dialog[data-dialog-target="dialog"][closing] {
.options-table {
display: flex;
:last-child {
border-bottom: none;
}
}
@media screen and (min-width: 768px) {