Skip to content

Commit 4a167d9

Browse files
committed
fix: h1 line height
1 parent 9417a84 commit 4a167d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/get-eth.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ const GetEthPage = ({
167167
priority
168168
/>
169169
<div className="mx-8 mb-8 mt-8 flex flex-col items-center text-center lg:mx-0 lg:mb-0 lg:mt-24">
170-
<h1 className="my-8 text-4xl leading-6 md:text-5xl">
170+
<h1 className="my-8 text-4xl md:text-5xl">
171171
{t("page-get-eth-where-to-buy-title")}
172172
</h1>
173173
<p className="mb-0 max-w-[45ch] text-center text-xl leading-snug text-body-medium">

0 commit comments

Comments
 (0)