fix: add mobile responsiveness to TXT component

This commit is contained in:
암냥 2025-12-20 01:18:03 +09:00
commit 947e376c29
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View file

@ -42,7 +42,7 @@ export default function Page() {
<a href="mailto:me@imnya.ng">me@imnya.ng</a>
</h1>
</div>
<div className="max-w-3xl w-full flex mx-auto mb-8">
<div className="max-w-3xl w-full flex mx-auto mb-8 px-8 lg:px-0">
<Contact />
</div>
<section id="about" className="w-full snap-start snap-always flex flex-col items-center justify-center px-8 lg:px-0">