Skip to content

Commit a0100b9

Browse files
committed
fix sizing of landing
1 parent 6df65e1 commit a0100b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: components/Landing/index.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ const Landing = () => {
1010
<div>
1111
<div className="font-semibold">
1212
<p>{"<h1>"}</p>
13-
<h1 className="font-black text-8xl">Hello World!</h1>
13+
<h1 className="font-black 2xl:text-8xl lg:text-6xl">Hello World!</h1>
1414
<p>{"</h1>"}</p>
1515
</div>
16-
<div className="font-semibold my-10">
16+
<div className="font-semibold mt-10">
1717
<p>{"<h2>"}</p>
18-
<h2 className="font-bold text-3xl">
18+
<h2 className="font-bold 2xl:text-3xl text-xl">
1919
We are the principal representative body for <span className="text-[#3977F9]">UNSW computing</span> students.
2020
</h2>
2121
<p>{"</h2>"}</p>

0 commit comments

Comments
 (0)