We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c6649 commit 686b58cCopy full SHA for 686b58c
src/components/Hero/HubHero/index.tsx
@@ -50,12 +50,7 @@ const HubHero = ({
50
{title}
51
</h1>
52
) : 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"] */}
+ <Stack className="max-w-screen-md gap-2 self-center md:gap-1">
59
{title ? (
60
<h2 className="text-4xl lg:text-5xl">{header}</h2>
61
) : (
0 commit comments