Skip to content

Commit

Permalink
Merge pull request #152 from mathanraj0601/feature/responsiveness
Browse files Browse the repository at this point in the history
Fixes : #151 Enhance landing page Responsiveness
  • Loading branch information
jy95 authored Oct 2, 2023
2 parents f945deb + 601d366 commit 39bfa9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsite/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ function Feature({ imageUrl, title, description }) {
<img className={styles.featureImage} src={imgUrl} alt={title} />
</div>
)}
<h3>{title}</h3>
<p>{description}</p>
<h3 className="text--center">{title}</h3>
<p className="text--center">{description}</p>
</div>
)
}
Expand Down

0 comments on commit 39bfa9d

Please sign in to comment.