Skip to content

Commit

Permalink
fix: underlined text in homepage cards (#400)
Browse files Browse the repository at this point in the history
Co-authored-by: Kapil Gowru <kapil-fern@Kapils-Fern-Mac.local>
Co-authored-by: Fern Support <126544928+fern-support@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 10, 2025
1 parent 4a7de9d commit ced2d64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fern/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const LandingPageCard = ({ href, title, imgSrc, description }) => (
href={href}
target="_self"
className="flex h-full flex-col justify-between"
style={{ textDecoration: 'none' }}
>
<div className="mb-5 flex flex-col justify-between gap-5">
<h2 className="lg:min-h-20 [@media(min-width:1181px)]:min-h-0">
Expand Down

0 comments on commit ced2d64

Please sign in to comment.