Skip to content

Commit

Permalink
SUL23-415 - Reduced the spacing above H2s (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdyoung3 authored and pookmish committed Mar 6, 2024
1 parent 5db4b3c commit ac6d8b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/paragraph/stanford-lists.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const ListParagraph = async ({headerId, headline, description, link, view, behav

return (
<div className="centered flex flex-col gap-xl">
<div className="flex justify-between items-center mb-40">
<div className="flex justify-between items-center mb-20">
{headline &&
<h2 id={headerId} className={twMerge("m-0", hideHeading && "sr-only")}>{headline}</h2>
}
Expand Down Expand Up @@ -192,4 +192,4 @@ const getViewFilters = (keys: string[], values?: Maybe<string[]>) => {
}


export default ListParagraph;
export default ListParagraph;

0 comments on commit ac6d8b1

Please sign in to comment.