Skip to content

Commit

Permalink
adjust widths
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Dec 18, 2024
1 parent f27f090 commit c829baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/paragraph/stanford-accordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const StanfordAccordionParagraph = ({paragraph, ...props}: Props) => {
}

return (
<div {...props} className={twMerge("space-y-20", props.className)}>
<div {...props} className={twMerge("cc space-y-20", props.className)}>
<div className="flex flex-col items-center justify-between gap-20 md:flex-row">
{paragraph.suFaqHeadline && (
<Heading id={paragraph.id} className="text-center">
Expand Down

0 comments on commit c829baa

Please sign in to comment.