Skip to content

Commit

Permalink
fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
amerfathullah committed Dec 24, 2024
1 parent 1f45f81 commit beafd89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/about/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ const About = () => {
<div className="about__cards">
<article className='about__card'>
<FaAward className='about__icon'/>
<p>Experience</p>
<h3>Experience</h3>
<small>2+ Years Working</small>
</article>

<article className='about__card'>
<FiGitCommit className='about__icon'/>
<p>Contributions</p>
<h3>Contributions</h3>
<small>500+ Commits</small>
</article>

{/* <article className='about__card'>
<VscFolderLibrary className='about__icon'/>
<p>Projects</p>
<h3>Projects</h3>
<small>10+ Completed</small>
</article> */}
</div>
Expand Down

0 comments on commit beafd89

Please sign in to comment.