# Day 13: Making My 3D Portfolio Mobile-Friendly 📱

Today’s focus was **responsiveness**. The goal was simple:

> *Ensure mobile users see the same complete 3D room as desktop users, without losing detail or usability.*

**Key improvements:**

* Added a **scene-wide scale factor** when screen width ≤ 480px.
    
* Adjusted **camera position and FOV** for smaller viewports.
    
* Fine-tuned **OrbitControls distance limits** so navigation stays smooth on mobile.
    

This update makes my 3D portfolio look **equally polished on all devices** 🚀

🔗 [Live Demo](https://three-portfolio-sandy.vercel.app/)
