Skip to content

Commit

Permalink
Decrease mobile font size
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed May 12, 2024
1 parent 4e29a60 commit 42a66a0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/pages/projects/api.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const API = () => (
<p className="px-16 py-2 rounded-full border-2 border-white whitespace-nowrap font-kallisto drop-shadow">
API & Platform
</p>
<h1 className="text-6xl font-bold text-center text-shadow">
<h1 className="text-5xl md:text-6xl font-bold text-center text-shadow">
Hi
<br />
Hi
Expand Down
4 changes: 2 additions & 2 deletions src/pages/projects/jupiter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ const Jupiter = () => (
<p className="px-16 py-2 rounded-full border-2 border-white whitespace-nowrap font-kallisto drop-shadow">
JUPITER
</p>
<h1 className="text-6xl font-bold text-center text-shadow">
<h1 className="text-5xl md:text-6xl font-bold text-center text-shadow">
Find your community
<br />
on campus
</h1>
<h2 className="text-3xl text-center text-shadow">
Get connected with student organization and browse events.
Get connected with student organizations and browse events.
</h2>
<div className="md:mx-4 lg:mx-8 xl:mx-16 rounded-t-2xl overflow-hidden md:mb-[-4rem] lg:mb-[-8rem] xl:mb-[-16rem] ">
<Image src={Cover} alt="Jupiter screenshot" />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/projects/planner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const Planner = () => (
<p className="px-16 py-2 rounded-full border-2 border-white whitespace-nowrap font-kallisto drop-shadow">
PLANNER
</p>
<h1 className="text-6xl font-bold text-center text-shadow">
<h1 className="text-5xl md:text-6xl font-bold text-center text-shadow">
Plan your degree
<br />
with ease
Expand Down
2 changes: 1 addition & 1 deletion src/pages/projects/skedge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const Skedge = () => (
<p className="px-16 py-2 rounded-full border-2 border-white whitespace-nowrap font-kallisto drop-shadow">
SKEDGE
</p>
<h1 className="text-6xl font-bold text-center text-shadow">
<h1 className="text-5xl md:text-6xl font-bold text-center text-shadow">
Hi
<br />
Hi
Expand Down
2 changes: 1 addition & 1 deletion src/pages/projects/trends.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const Trends = () => (
<p className="px-16 py-2 rounded-full border-2 border-white whitespace-nowrap font-kallisto drop-shadow">
TRENDS
</p>
<h1 className="text-6xl font-bold text-center text-shadow">
<h1 className="text-5xl md:text-6xl font-bold text-center text-shadow">
Hi
<br />
Hi
Expand Down

0 comments on commit 42a66a0

Please sign in to comment.