Skip to content

Commit b804123

Browse files
committed
Merge branch 'dev'
2 parents 1e66751 + 51b659f commit b804123

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/page/about/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function About() {
1212
const title = "About me";
1313
return (
1414
<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"
15+
className="flex flex-col w-screen text-center items-center gap-5 overflow-x-hidden xl:px-60 lg:px-0"
1616
style={{ height: "60dvh" }}>
1717
<SectionTitle title={title} />
1818

0 commit comments

Comments
 (0)