Skip to content

Commit

Permalink
faq design adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
bearni95 committed Apr 29, 2024
1 parent 596d369 commit 74ea918
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,19 @@
'w-full',
'justify-between',
'items-center',
'text-[26px]/[32px]',
'font-medium',
'font-clash-grotesk',
'collapse-title',
'tracking-normal',
);
const collapseContentClasses = classNames(
'text-base',
'text-[16px]/[24px]',
'text-content-secondary',
'font-clash-grotesk',
'mt-4',
'font-sans',
'collapse-content',
'tracking-normal',
);
</script>

Expand Down

0 comments on commit 74ea918

Please sign in to comment.