Skip to content

Commit

Permalink
Increase line height
Browse files Browse the repository at this point in the history
  • Loading branch information
Respirayson committed Aug 2, 2024
1 parent fb6c044 commit 121b8fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/elections/Faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function Faq() {
{FAQ.map((faq, index) => (
<div key={index} className='py-5'>
<details className='group'>
<summary className='flex justify-between items-center font-medium cursor-pointer list-none'>
<summary className='flex justify-between items-center font-medium cursor-pointer list-none text-left'>
<span>{faq.question}</span>
<span className='transition group-open:rotate-180'>
<svg
Expand Down
2 changes: 1 addition & 1 deletion src/pages/elections/Roles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function Roles() {
</span>
</summary>
<div className='text-neutral-600 mt-3 group-open:animate-fadeIn'>
<ul className='pl-4'>
<ul className='pl-4 leading-8'>
{wing.roles.map((role, roleIndex) => (
<li className='list-disc' key={roleIndex}>
<b>{role.name}</b>
Expand Down

0 comments on commit 121b8fd

Please sign in to comment.