minor results page styling. Too much overflow previously

This commit is contained in:
Jack Wines 2023-06-17 00:58:15 -07:00
parent 7830782c23
commit 5c7bb9e2a3

View file

@ -27,6 +27,7 @@ body {
display: flex;
flex-direction: row;
flex-wrap: wrap;
min-width: 10em;
gap: 7px;
}