Skip to content

Commit

Permalink
Merge branch 'bose/2721' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
BorghildSelle committed Dec 19, 2024
2 parents 7642130 + 7765084 commit 6930f38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion web/sections/cards/PeopleCard/PeopleCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const PeopleCard = forwardRef<HTMLDivElement, PeopleCardProps>(function PeopleCa
const linkClassNames = 'text-norwegian-woods-100 no-underline hover:underline text-sm'

const variantClassNames = {
default: `grid-cols-1 grid-rows-[max-content_1fr] md:max-w-card-maxWidth justify-items-center items-start gap-0`,
default: `grid-cols-1 grid-rows-[max-content_1fr] justify-items-center items-start gap-0`,
single: `grid-cols-[30%_60%] grid-rows-1 gap-4 lg:gap-8 items-start lg:items-center`,
}

Expand Down
2 changes: 0 additions & 2 deletions web/tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,6 @@ module.exports = {
'2xl': 'calc((40 / 16) * theme(fontSize.base))',
'3xl': 'calc((56 / 16) * theme(fontSize.base))',
'4xl': 'calc((96 / 16) * theme(fontSize.base))',
'card-minWidth': '300px', //220px
'card-maxWidth': '', //400px
}),
fontSize: {
//--typeScale-00
Expand Down

0 comments on commit 6930f38

Please sign in to comment.