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 e65e5eb commit 52a7cbaCopy full SHA for 52a7cba
components/Landing/index.tsx
@@ -10,7 +10,7 @@ const Landing = () => {
10
<div>
11
<div className="font-semibold">
12
<p>{"<h1>"}</p>
13
- <h1 className="font-black 2xl:text-8xl lg:text-6xl">Hello World!</h1>
+ <h1 className="font-black 2xl:text-8xl lg:text-6xl text-4xl">Hello World!</h1>
14
<p>{"</h1>"}</p>
15
</div>
16
<div className="font-semibold mt-10">
0 commit comments