Skip to content

Commit

Permalink
Removed padding and increased the font size
Browse files Browse the repository at this point in the history
  • Loading branch information
SansCaar committed Jul 21, 2024
1 parent 095a25c commit b862421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nepalingo-web/src/components/GreetingCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const GreetingCard: React.FC<GreetingCardProps> = ({ name }) => {
<h1 className="text-3xl font-bold leading-7 text-white">
{`${getCurrentGreeting()} ${name},`}
</h1>
<p className="px-1 text-sm font-light leading-6 text- mt-2 text-white text-left">
<p className=" text-md font-light leading-6 text- mt-2 text-white text-left">
Lets learn some new words today!
</p>
</div>
Expand Down

0 comments on commit b862421

Please sign in to comment.