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 7b4b2f9 commit 37a264cCopy full SHA for 37a264c
src/pages/developers/tutorials.tsx
@@ -218,7 +218,19 @@ const TutorialPage = ({
218
"page-developers-tutorials:page-tutorials-meta-description"
219
)}
220
/>
221
- <Heading className="mx-4 mb-4 mt-4 text-center uppercase leading-xs sm:mx-0 sm:mt-0">
+ <Heading
222
+ as="h1"
223
+ fontStyle="normal"
224
+ fontWeight="semibold"
225
+ fontFamily="monospace"
226
+ textTransform="uppercase"
227
+ fontSize="2rem"
228
+ lineHeight="140%"
229
+ textAlign="center"
230
+ mt={{ base: 4, sm: 0 }}
231
+ mx={{ base: 4, sm: 0 }}
232
+ mb={{ base: 4, sm: "1.625rem" }}
233
+ >
234
<Translation id="page-developers-tutorials:page-tutorial-title" />
235
</Heading>
236
<Text className="mb-4 text-center leading-xs text-body-medium">
0 commit comments