spanning out the live rooms

This commit is contained in:
Arjun Patel
2022-02-04 22:59:52 -08:00
parent 1254385681
commit 85b34b7baf
3 changed files with 17 additions and 10 deletions
@@ -64,7 +64,7 @@ export default function Conversations() {
</span>
{/* row of live room cards */}
<span className="flex flex-row flex-wrap">
<span className="flex flex-col w-full items-stretch">
{liveRooms.map((lRoom) => (
<LiveRoom key={lRoom.id} conversation={lRoom} />
))}