Skip to content

Commit

Permalink
landing page: moved BriefCard header down
Browse files Browse the repository at this point in the history
  • Loading branch information
khanghy2130 committed Oct 20, 2024
1 parent da70ba9 commit 5ba9d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_index/BriefCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function BriefCard({ highlight }: Props) {
return (
<div ref={briefRef} className="flex w-full p-1 sm:w-1/2 sm:p-2">
<div className="flex flex-col px-0 py-4 sm:px-4">
<h1 className="-mb-2 ms-4 text-4xl font-bold text-primaryColor sm:text-5xl">
<h1 className="-mb-3 ms-4 text-4xl font-bold text-primaryColor sm:text-5xl">
{highlight.headline}
</h1>
<p className="w-full flex-grow rounded-lg bg-primaryColor px-3 py-5 text-2xl text-primaryTextColor shadow-md sm:rounded-xl sm:text-3xl">
Expand Down

0 comments on commit 5ba9d20

Please sign in to comment.