Skip to content

Commit

Permalink
Update index.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Dec 9, 2024
1 parent 2f91f29 commit dbdfe34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const organismStatisticsMap = await getOrganismStatisticsMap(
<div class='max-w-6xl mx-auto'>
<WelcomeMessage websiteName={websiteName} welcomeMessageHTML={welcomeMessageHTML} />

<div class='flex flex-wrap gap-x-4 max-w-4xl'>
<div class=`flex flex-wrap gap-x-4 ${getConfiguredOrganisms().length ===4 ? "max-w-4xl" : ""}`>
{
getConfiguredOrganisms().map(({ key, displayName, image }) => (
<OrganismCard
Expand Down

0 comments on commit dbdfe34

Please sign in to comment.