Skip to content

Commit 3f5f488

Browse files
committed
Removing underline on About and Event section
1 parent 983db4c commit 3f5f488

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/AboutUs/AboutUs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function AboutUs() {
77
className="flex flex-col max-w-2xl justify-center items-center self-center space-y-4 px-4"
88
>
99
<Fade direction="down">
10-
<h2 className="text-3xl border-b-2 border-slate-400 md:text-6xl tracking-wide md:font-light uppercase">
10+
<h2 className="text-3xl md:text-6xl tracking-wide md:font-light uppercase">
1111
About Us
1212
</h2>
1313
<p className="hidden md:inline-block text-4xl font-bold ">

src/components/Events/Events.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default function Events() {
6262
className="relative flex flex-col items-center justify-center w-full py-16 bg-white md:py-20 gap-y-2 md:gap-y-5"
6363
>
6464
<Fade direction='down'>
65-
<h2 className="flex text-2xl border-b-2 border-slate-400 items-center justify-center font-light tracking-wide">
65+
<h2 className="flex text-2xl items-center justify-center font-light tracking-wide">
6666
Events
6767
</h2>
6868
<h2 className="pb-2 text-2xl font-bold md:pb-10">Community Events</h2>

0 commit comments

Comments
 (0)