Skip to content

Commit

Permalink
fixed content padding from left
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jun 6, 2023
1 parent 00a0ba5 commit e231f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Home() {
<Image unoptimized={true} className = "w-[150px] md:w-[200px] mt-[20px] md:mt-[70px] p-3 md:p-0 md:ml-[90px] mb-[10px] md:mb-[30px] " src = "/images/logo.png" width = {100} height = {100} alt = "findissues logo" />
<h1 className = "pl-3 md:p-0 md:ml-[90px] italic font-semibold text-[24px] md:text-[36px] text-main_primary">New to Open-Source ?</h1>
<p className = "pl-3 md:p-0 md:ml-[90px] text-main_yellow text-[18px] md:text-[22px] mb-[30px] mr-[90px] ">Find Most Recent and Unassigned Issues Here!</p>
<p className = "text-[18px] ml-[90px] text-main_primary italic leading-loose mr-[90px] mb-[50px]">Find issues lets you find <b>most recently created issues</b> on GitHub that are <b>not assigned</b> to anyone according to your development language with its advance search technique.</p>
<p className = "text-[14px] md:text-[18px] pl-3 md:p-0 md:ml-[90px] text-main_primary italic leading-loose mr-[90px] mb-[50px]">Find issues lets you find <b>most recently created issues</b> on GitHub that are <b>not assigned</b> to anyone according to your development language with its advance search technique.</p>
<p className = "mt-auto p-3 md:p-0 md:ml-[90px] mb-[20px] text-main_primary italic font-semibold text-[12px] md:text-[18px]"><i className="fa fa-copyright" aria-hidden="true"></i> FindIssues {new Date().getFullYear()} | Developed With <i className="fa fa-heart" aria-hidden="true"></i> By <Link href = "https://github.com/anand346" className = "underline-offset-2 underline">Anand Raj</Link></p>
</div>
</>
Expand Down

2 comments on commit e231f83

@vercel
Copy link

@vercel vercel bot commented on e231f83 Jun 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

findissues-lccx – ./

findissues-lccx-git-main-anand346.vercel.app
findissues-lccx-anand346.vercel.app
findissues-lccx.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e231f83 Jun 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

findissues – ./

findissues-git-main-anand346.vercel.app
findissues.vercel.app
findissues-anand346.vercel.app

Please sign in to comment.