File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 " >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments