Skip to content

Commit

Permalink
Text fixed�
Browse files Browse the repository at this point in the history
  • Loading branch information
RavindraP04 committed Apr 5, 2023
1 parent 79cfd0b commit 0ccf6c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/home/ExploreProjects/ExploreProjects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function ExploreProjects() {
<div id="projects" className="w-full md:pb-20 lg:pb-0 relative">
{/* Heading Part */}
<div className="flex justify-between gap-2 md:items-center flex-col md:flex-row mb-5">
<h1 className="text-[2rem] md:text-[2.4rem] text-[#7EE787] font-medium xl:leading-[70.5px] w-full leading-[40px]">
<h1 className="text-[2rem] md:text-[3rem] text-[#7EE787] font-medium xl:leading-[55px] w-full leading-[40px]">
Explore Projects to contribute
</h1>
<button className="btn-outline w-fit px-6">Explore projects</button>
Expand Down
2 changes: 1 addition & 1 deletion components/home/Tutorial Hell/tutorial_hell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const TutorialHell = () => {
<div className="relative mx-auto">
<div className="green-gradient absolute z-0 bottom-52 -left-20"></div>
<div className="relative z-10">
<h1 className="text-[2rem] md:text-[2.4rem] text-[#7EE787] font-medium xl:leading-[70.5px] leading-[40px] my-12">
<h1 className="text-[2rem] md:text-[3rem] text-[#7EE787] font-medium xl:leading-[55px] leading-[40px] my-12">
Get out of tutorial hell and start <br className="sm:block hidden" />{' '}
contributing{' '}
</h1>
Expand Down
5 changes: 3 additions & 2 deletions components/home/WorldOfOpenSource/WorldOfOpenSource.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ const WorldOfOpenSource: React.FC = () => {
<div className="w-full md:w-[80%] my-auto">
<div className="md:pr-[3rem] py-[1rem] ">
<Typography
className="text-[2rem] md:text-[2.4rem] text-[#7EE787] font-medium xl:leading-[70.5px] w-full leading-[40px]"
className="text-[2rem] md:text-[3rem] text-[#7EE787] font-medium xl:leading-[55px] w-full leading-[40px]"
variant="h2"
sx={{
marginBottom: '20px',
}}
>
Jump into the world of Open-source
Jump into the world of <br className="sm:block hidden" />{' '}
Open-source
</Typography>
<Typography
variant="h4"
Expand Down

0 comments on commit 0ccf6c1

Please sign in to comment.