added flex-wrap so it doesn't look as bad when there's a billion results
in one place
This commit is contained in:
parent
59b849e7b0
commit
7830782c23
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ body {
|
||||||
#results > div {
|
#results > div {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
gap: 7px;
|
gap: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue