Skip to content

Commit

Permalink
reduce border on faq
Browse files Browse the repository at this point in the history
  • Loading branch information
elijames-codecov committed Jul 31, 2024
1 parent 8e2bbcf commit 5c3e649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Collapse.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const { title, collapseID, isLast = false } = Astro.props;
---

<div class={`accordion group relative mx-[3rem] ${isLast ? '' : 'border-b-2 border-borderGray'}`}>
<div class={`accordion group relative mx-[3rem] ${isLast ? '' : 'border-b border-borderGray'}`}>
<button
class="accordion__button flex w-full flex-1 items-center justify-between gap-2 py-[3rem] text-left transition hover:text-purple-500 "
type="button"
Expand Down

0 comments on commit 5c3e649

Please sign in to comment.