Skip to content

Commit

Permalink
Remove GH header text from landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
jayantbh committed Dec 12, 2023
1 parent 27895cf commit a0a320f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ export default function Home() {
<IndexPageSection>
<ThrownCards />
<div className="flex flex-col gap-4 justify-center grow">
<span
className={`${major} text-lg md:text-2xl lg:text-4xl -mb-4`}
style={{ position: 'relative', left: '-0.08em' }}
>
Github
</span>
<span
className={`${major} text-5xl md:text-7xl lg:text-9xl`}
style={{ position: 'relative', left: '-0.08em' }}
Expand Down

0 comments on commit a0a320f

Please sign in to comment.