Skip to content

Commit

Permalink
feat(mainPage): 💄 update text style on donate and mainpage
Browse files Browse the repository at this point in the history
  • Loading branch information
julianYaman committed Jun 5, 2022
1 parent 0d20260 commit 5907147
Show file tree
Hide file tree
Showing 5 changed files with 2,412 additions and 47 deletions.
8 changes: 3 additions & 5 deletions components/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ import Link from 'next/link';

export default function Main(props: any) {

console.log(props)

return (
<section className="text-gray-600 body-font p-1 md:p-0">
<div className="max-w-5xl pt-52 pb-12 mx-auto">
<h1 className="antialiased text-5xl sm:text-7xl text-center font-4 lh-6 ld-04 font-bold text-white mb-6">
Search the tool you need for your project
<h1 className="text-4xl sm:text-6xl text-center font-4 lh-6 font-extrabold text-white mb-6">
Search the tool<br/> you need for your project
</h1>
<h2 className="text-2xl font-4 font-semibold lh-6 ld-04 pb-11 text-white text-center">
<h2 className="text-2xl font-4 font-semibold lh-6 pb-11 text-white text-center">
You think of that one framework you wanted to use? You might find it here!
</h2>
</div>
Expand Down
Loading

0 comments on commit 5907147

Please sign in to comment.