Skip to content

Commit

Permalink
chore: remove comments & refactor width
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhburade committed Aug 23, 2024
1 parent 77c6649 commit 686b58c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/Hero/HubHero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,7 @@ const HubHero = ({
{title}
</h1>
) : null}
<Stack
// --eth-sizes-container-md: 768px ==> tailwind max-w-3xl
className="max-w-3xl gap-2 self-center md:gap-1"
>
{/* Ref file: src/@chakra-ui/components/Heading.ts:21 */}
{/* 2xl font size refers to ["4xl", null, null, "5xl"] */}
<Stack className="max-w-screen-md gap-2 self-center md:gap-1">
{title ? (
<h2 className="text-4xl lg:text-5xl">{header}</h2>
) : (
Expand Down

0 comments on commit 686b58c

Please sign in to comment.