We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df65e1 commit a0100b9Copy full SHA for a0100b9
components/Landing/index.tsx
@@ -10,12 +10,12 @@ const Landing = () => {
10
<div>
11
<div className="font-semibold">
12
<p>{"<h1>"}</p>
13
- <h1 className="font-black text-8xl">Hello World!</h1>
+ <h1 className="font-black 2xl:text-8xl lg:text-6xl">Hello World!</h1>
14
<p>{"</h1>"}</p>
15
</div>
16
- <div className="font-semibold my-10">
+ <div className="font-semibold mt-10">
17
<p>{"<h2>"}</p>
18
- <h2 className="font-bold text-3xl">
+ <h2 className="font-bold 2xl:text-3xl text-xl">
19
We are the principal representative body for <span className="text-[#3977F9]">UNSW computing</span> students.
20
</h2>
21
<p>{"</h2>"}</p>
0 commit comments