Skip to content

Commit

Permalink
Merge pull request #3 from matvi-mykula/master
Browse files Browse the repository at this point in the history
Add tailwind method to ensure that section3heading does not overlap itself.
  • Loading branch information
rami-dv authored May 19, 2024
2 parents aed81a9 + 69e1a9e commit f2f63d3
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 f2f63d3

Please sign in to comment.