Skip to content

Commit f95b982

Browse files
authored
Merge pull request #309 from tjklint/refactor(1page)
fix: header does not seperate from paragraph in about.
2 parents d5aa5ea + bf44afb commit f95b982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/about/about.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ const About: React.FC = () => {
2323

2424
return (
2525
<div className="about-container" id="about">
26-
<h2 className="about-title">About Me</h2>
2726
<section className="about-intro">
2827
<div className="about-text">
28+
<h2 className="about-title">About Me</h2>
2929
<p>
3030
Hello! My name is <span className="purple-text">TJ Klint</span>, well, technically it's <i>Timothy</i> (our little secret).
3131
Anyways, I'm a passionate developer with a love for coding and technology. Most recently, I have finished a Software Developer

0 commit comments

Comments
 (0)