diff --git a/components/randomAvatars.ojs b/components/randomAvatars.ojs index 1d049d8..e40344d 100644 --- a/components/randomAvatars.ojs +++ b/components/randomAvatars.ojs @@ -2,7 +2,9 @@ peopleFile = FileAttachment("data/people.json").json(); /** * An observable.js widget that shows profile pictures for ResBaz GitHub Team - * members; see index.qmd for examples + * members; see index.qmd for examples. Additionally, some relevant styles are + * in styles/index.css + * * @param teamName A string that should correspond to the name of an entry in * data/people.json, under data.organization.teams.nodes * @returns A DOM element that can be embedded via an ojs cell diff --git a/styles/index.css b/styles/index.css index 2e190f5..7ddf0b1 100644 --- a/styles/index.css +++ b/styles/index.css @@ -29,6 +29,7 @@ } .randomAvatars { display: flex; + flex-wrap: wrap; gap: 1em; } .randomAvatars img {