Skip to content

Commit

Permalink
chore: make team-members list suitable for longer text entires
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviareichl committed May 23, 2024
1 parent b972155 commit 72edbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/team-members-list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const sorted = computed(() => {

<template>
<template v-if="sorted">
<ul class="grid grid-cols-2 gap-8 py-4" role="list">
<ul class="prose grid gap-8 py-4" role="list">
<li v-for="member of sorted" :key="member._id">
<article class="prose prose-sm">
<div
Expand Down

0 comments on commit 72edbe9

Please sign in to comment.