Skip to content

Commit

Permalink
fix: enhance mobile font size
Browse files Browse the repository at this point in the history
  • Loading branch information
aulianza committed Aug 31, 2023
1 parent 3683266 commit 2cefadc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/homepage/components/Contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Contact = () => {
{copiedEmail ? "Copied!" : "aulianza.dev@gmail.com"}
</div>
</div>
<p className="text-sm md:text-base text-neutral-600 leading-relaxed">
<p className="text-sm md:text-base text-neutral-700 leading-relaxed">
Expect my rapid and eager reply – your message won't be kept waiting!
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/homepage/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Hero = () => {
<h1 className="text-2xl font-medium">Ryan Aulia</h1>
<VerifiedIcon />
</div>
<p className="text-center">
<p className="text-center text-[15px] md:text-base mx-1 leading-relaxed">
Seasoned software engineer especially in frontend side, with a passion
for creating pixel-perfect web experiences.
</p>
Expand Down

0 comments on commit 2cefadc

Please sign in to comment.