Add auto overflow to fix formatting

This commit is contained in:
glyph 2020-11-29 15:26:28 +00:00
parent 971e5d4907
commit 4ccbd14d2f
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@
.col {
flex: 1;
padding: 1rem;
overflow: auto;
}
@media (max-width: 400px) {