added flex-wrap so it doesn't look as bad when there's a billion results

in one place
This commit is contained in:
Jack Wines 2023-06-16 22:15:11 -07:00
parent 59b849e7b0
commit 7830782c23

View file

@ -26,6 +26,7 @@ body {
#results > div {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 7px;
}