Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kn4ihp authored Aug 4, 2024
1 parent 671ac2f commit ba5867c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const About = () => {
return (
<>
<div className="flex px-20 text-center">
<div className="flex-1 pt-36 padding-x mx-7 hero__subtitle py-9 rounded-xl border-2 border-rose-500">
<div className="flex-1 pt-36 padding-x max-w-48 hero__subtitle py-9 rounded-xl border-2 border-rose-500">
<h1 className="hero__title justify-center text-center items-center text-3xl md:text-6xl">About Us!</h1>
<p className="pt-5 w-auto text-start text-sm sm:text-xl ">
Youth in Nigeria have little exposure to computer programming.
Expand Down

0 comments on commit ba5867c

Please sign in to comment.