Skip to content

Commit

Permalink
Merge pull request #13 from jring-o/patch-4
Browse files Browse the repository at this point in the history
Update schedule.tsx
  • Loading branch information
hebbianloop authored Feb 26, 2024
2 parents 4891aae + 13478e2 commit 3ebd24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/schedule/schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ export default function Schedule() {
<div className="grid lg:grid-cols-12 gap-10 w-[90%] md:w-[97%] 2xl:w-[80%] mx-auto border-b-[1px] border-[#9D84FF] ">
<div className="lg:col-span-8 py-5 md:py-10 lg:border-r-[1px] border-[#9D84FF] ">
<p className="block lg:hidden text font-[400] text-[35px] text-[#54FF7A]">
9:30am - 11am
9:00am - 11am
</p>

<p className=" font-syne font-[400] text-white text-[42px] lg:text-[50px] xl:text-[64px] leading-[50px]">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function Schedules() {
<img src={Triangle} alt="" />
</p>
<p className="hidden md:block font-syne font-[400] text-[35px] lg:text-[45px] xl:text-[56px] text-white mt-4">
February 26th - March 1st, 2024
February 26th - March 2nd, 2024
</p>

<div className="md:flex gap-5 mt-5">
Expand Down

0 comments on commit 3ebd24c

Please sign in to comment.