Responsive on small screens

This commit is contained in:
2025-01-14 20:03:09 -05:00
parent b043dce7f0
commit a6b850fddd
3 changed files with 41 additions and 16 deletions

View File

@@ -191,6 +191,11 @@ input[type="submit"] {
}
}
.overflow-x {
max-width: 100%;
overflow-x: auto;
}
.grid-2col {
display: grid;
grid-template-columns: auto 1fr;