Skip to content

Commit 5426ec4

Browse files
committed
Fix item size in geo playground
1 parent 7985789 commit 5426ec4

File tree

1 file changed

+4
-1
lines changed
  • playgrounds/geo-javascript/src

1 file changed

+4
-1
lines changed

playgrounds/geo-javascript/src/app.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ body {
2929
overflow: hidden;
3030
margin: 0 auto;
3131
}
32-
32+
.ais-InfiniteHits-item {
33+
margin-bottom: 1em;
34+
width: calc(50% - 1rem);
35+
}
3336
.ais-Hits-item {
3437
margin-bottom: 1em;
3538
width: calc(50% - 1rem);

0 commit comments

Comments
 (0)