Skip to content

Commit

Permalink
Flat card styling issue (#1823)
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Holmberg <[email protected]>
Co-authored-by: Kyle Holmberg <[email protected]>
  • Loading branch information
3 people authored Jun 5, 2024
1 parent 7c33d6e commit 99a3640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Cards/FlatCard/FlatCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function FlatCard({ button: Button, children, className, header, image }) {
return (
<article
className={classNames('box-border my-6 mx-4 relative max-w-[400px]', className, {
'pt-14': hasImage,
'pt-20 sm:pt-14': hasImage,
})}
>
<div
Expand Down

0 comments on commit 99a3640

Please sign in to comment.