Skip to content

Commit

Permalink
Adding some md font reductions for linked h3s
Browse files Browse the repository at this point in the history
  • Loading branch information
mdyoung3 committed Mar 15, 2024
1 parent 0f66815 commit bed8005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/node/stanford-event/card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const StanfordEventCard = ({node, h3Heading, ...props}: Props) => {
</div>

<div className="flex flex-col gap-[1.2rem]">
<HeadingElement className="text-m2 order-2">
<HeadingElement className="text-m1 md:text-m2 order-2">
<Link href={goToUrl}
className="text-black-true hover:text-brick-dark underline hover:no-underline">
{node.title}
Expand Down
2 changes: 1 addition & 1 deletion src/components/node/stanford-news/card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const StanfordNewsCard = ({node, h3Heading, ...props}: Props) => {
</div>
}

<HeadingElement className="text-m2 order-last">
<HeadingElement className="text-m1 md:text-m2 order-last">
<Link href={goToUrl}
className="text-black-true hover:text-brick-dark underline hover:no-underline">
{node.title}
Expand Down

0 comments on commit bed8005

Please sign in to comment.