Skip to content

Commit

Permalink
Update about me
Browse files Browse the repository at this point in the history
  • Loading branch information
good3n committed Oct 16, 2023
1 parent de58571 commit f46314f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions src/assets/styles/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ const GlobalStyle = createGlobalStyle`
max-width: 100%;
}
}
.strike {
text-decoration: line-through;
}
`

export default GlobalStyle
9 changes: 5 additions & 4 deletions src/pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@ const AboutPage = () => (

<h2>A little more...</h2>
<p>
Above all else I am a Dad to 3 kids and 2 dogs. During my downtime I
like to learn new things that help expand my development skill-set,
spend time outside doing things like fishing, camping, or small
projects around the home.
Above all else I am a Dad to 3 kids and{' '}
<span className="strike">2</span> <span className="strike">3</span>5
dogs. During my downtime I like to learn new things that help expand
my development skill-set, comic and MTG collecting, spending time
outside, fishing and camping.
</p>
</main>
</About>
Expand Down

0 comments on commit f46314f

Please sign in to comment.