Skip to content

Commit

Permalink
Merge pull request #252 from shivamm-verma/chanakya-niti-shivamm-verma
Browse files Browse the repository at this point in the history
Fix Mobile View of Home Page
  • Loading branch information
Avdhesh-Varshney committed Jul 29, 2024
2 parents 0a16086 + ee3e455 commit a0ffdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function Home() {
</div>
</div>

<div className="d-flex flex-column align-items-center justify-content-center my-4 py-4" style={{ backgroundColor: 'rgba(52, 91, 57, 0.328)', borderRadius: '20px', width: '1000px' }}>
<div className="d-flex flex-column align-items-center justify-content-center my-4 py-4" style={{ backgroundColor: 'rgba(52, 91, 57, 0.328)', borderRadius: '20px', width: '100%' }}>
<div className="d-flex align-items-center gap-2 justify-content-center mb-3">
<img src="/ai.svg" alt="" style={{ width: '60px', borderRadius: '100%' }} />
<h5 className="font-weight-bold">AI-Powered Translations</h5>
Expand Down

0 comments on commit a0ffdf0

Please sign in to comment.