Skip to content

Commit

Permalink
Add tailwind method to ensure that section3heading does not overlap i…
Browse files Browse the repository at this point in the history
…tself.
  • Loading branch information
MatthewPronchick committed May 10, 2024
1 parent 982d2f4 commit 69e1a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export default function HomePage({
style={{ backgroundImage: `url(${RegisterImg.src})` }}
>
<div className="mt-10 sm:mt-20">
<div className="bg-[#ee6f2e] font-ubuntu [font-weight:500] p-[20px] inline text-2xl 6xl:text-[3rem] text-white">
<div className="bg-[#ee6f2e] font-ubuntu [font-weight:500] p-[20px] inline text-2xl 6xl:text-[3rem] text-white leading-normal">
{t["section3Heading"]}
</div>
<div className="6xl:ml-72 sm:ml-10 mt-10">
Expand Down

0 comments on commit 69e1a9e

Please sign in to comment.