We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e66751 + 51b659f commit b804123Copy full SHA for b804123
1 file changed
src/app/page/about/About.tsx
@@ -12,7 +12,7 @@ export default function About() {
12
const title = "About me";
13
return (
14
<section
15
- className="flex flex-col w-screen text-center items-center justify-around gap-5 overflow-x-hidden xl:px-60 lg:px-0"
+ className="flex flex-col w-screen text-center items-center gap-5 overflow-x-hidden xl:px-60 lg:px-0"
16
style={{ height: "60dvh" }}>
17
<SectionTitle title={title} />
18
0 commit comments