Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kn4ihp authored Jul 31, 2024
1 parent 3c0b2d3 commit f1c11ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/overview/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ const ProgramOverview = () => {
</div>

<div className="hero__title mt-8 ">
<h1 className="hero__title justify-center text-center items-center text-4xl">
<h1 className="hero__title justify-center text-center items-center text-4xl mt-5">
Summer 2023
</h1>
<h1 className="text-start hero__subtitle font-bold">
<h1 className="text-start hero__subtitle font-bold mt-1">
The in-person program ran from August 7 up to August 18, 2023. Location: Lifegate Academy in Abuja.
</h1>
</div>

<div className="hero__title ">
<h1 className="hero__title justify-center text-center items-center text-4xl">
<h1 className="hero__title justify-center text-center items-center text-4xl mt-3">
Highlights from Summer 2022
</h1>
<h1 className="text-start hero__subtitle font-bold ml-10">
<h1 className="mt-2 text-start hero__subtitle font-bold ml-10">
<ol>
<li>1. Lists of Lists; Stack ADT</li>
<li>2.Queue, Priority Queue, and Graph ADTs</li>
Expand Down

0 comments on commit f1c11ef

Please sign in to comment.