Skip to content

Commit

Permalink
Text size issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
RavindraP04 committed Apr 5, 2023
1 parent 64db3ac commit 1c4a739
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions components/home/Tutorial Hell/tutorial_hell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ 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="xl:text-[55px] text-[#7EE787] font-medium xl:leading-[70.5px] w-full leading-[40px] text-[36px] my-12">
Get out of tutorial hell and start contributing{' '}
<h1 className="text-[2rem] md:text-[2.4rem] 2xl:text-[55px] text-[#7EE787] font-medium xl:leading-[70.5px] leading-[40px] my-12">
Get out of tutorial hell and start <br className="sm:block hidden" />{' '}
contributing{' '}
</h1>
<div className="flex xl:flex-row flex-col">
<div className="xl:w-[1300px] w-[320px] sm:w-[600px]">
Expand Down
2 changes: 1 addition & 1 deletion components/home/WorldOfOpenSource/WorldOfOpenSource.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const WorldOfOpenSource: React.FC = () => {
<div className="w-full md:w-[80%] my-auto">
<div className="md:pr-[3rem] py-[1rem] ">
<Typography
className="xl:text-[55px] text-[#7EE787] font-medium xl:leading-[70.5px] w-full leading-[40px] text-[36px]"
className="text-[2rem] md:text-[2.4rem] 2xl:text-[55px] text-[#7EE787] font-medium xl:leading-[70.5px] w-full leading-[40px]"
variant="h2"
sx={{
marginBottom: '20px',
Expand Down

0 comments on commit 1c4a739

Please sign in to comment.