Skip to content

Commit

Permalink
Merge pull request #18 from WarwickStudentArtsFestival/main
Browse files Browse the repository at this point in the history
💄 Make all descriptions two lines
  • Loading branch information
JoshHeng authored Apr 16, 2024
2 parents dd13754 + 62eae3c commit 8eb80b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/components/id-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function IdCard({
</span>
)}
{description && (
<span className="block text-xs sm:text-sm leading-tight">
<span className="block text-xs sm:text-sm leading-tight whitespace-pre-wrap">
{description}
</span>
)}
Expand Down
6 changes: 3 additions & 3 deletions src/app/components/who-involved.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ const people: IdCardProps[] = [
{
name: 'Alex',
role: 'WSAF Lead (Operations)',
description: '2nd Year Chemistry (PhD)',
description: '2nd Year\nChemistry (PhD)',
image: AlexPhoto,
},
{
name: 'Dae',
role: 'WSAF Lead (Communications)',
description: '2nd Year Liberal Arts',
description: '2nd Year\nLiberal Arts',
image: DaePhoto,
},
{
name: 'Maximus',
role: 'WSAF Lead (Finance & Data)',
description: '1st Year Mathematics',
description: '1st Year\nMathematics',
image: MaximusPhoto,
},
{
Expand Down

0 comments on commit 8eb80b0

Please sign in to comment.