Skip to content

Commit

Permalink
style: Use h1 as the main Heading
Browse files Browse the repository at this point in the history
style: Update text styles, and use Tailwind colors and spacing
  • Loading branch information
eryc-cc committed Jul 8, 2022
1 parent 8d2d657 commit a79ea32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/organisms/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ const Header: React.FC = () => {
/>
</div>
<div className="header-info flex flex-col grow justify-center p-2">
<Title level={3} className="font-extrabold">Hacktoberfest 2022</Title>
<Text className="mb-5">Open source projects and samples for Microsoft</Text> {/* Find out what this means */}
<div className="flex">
<Title level={1} className="!text-3xl font-semibold tracking-tight text-slate-900">Hacktoberfest 2022</Title>
<Text className="mt-1 !text-base font-medium text-slate-500">Open source projects and samples for Microsoft.</Text> {/* Find out what this means */}
<div className="flex mt-4">
<FilterCard filterName="hacktoberfest" hashtagIcon />
{filterorg && <FilterCard filterName={filterorg as string} bgColor="white"/>}
</div>
Expand Down

0 comments on commit a79ea32

Please sign in to comment.