Skip to content

Commit 686b58c

Browse files
committed
chore: remove comments & refactor width
1 parent 77c6649 commit 686b58c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/components/Hero/HubHero/index.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,7 @@ const HubHero = ({
5050
{title}
5151
</h1>
5252
) : null}
53-
<Stack
54-
// --eth-sizes-container-md: 768px ==> tailwind max-w-3xl
55-
className="max-w-3xl gap-2 self-center md:gap-1"
56-
>
57-
{/* Ref file: src/@chakra-ui/components/Heading.ts:21 */}
58-
{/* 2xl font size refers to ["4xl", null, null, "5xl"] */}
53+
<Stack className="max-w-screen-md gap-2 self-center md:gap-1">
5954
{title ? (
6055
<h2 className="text-4xl lg:text-5xl">{header}</h2>
6156
) : (

0 commit comments

Comments
 (0)