Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS CSS Basics (2014) Enhancing the Design With CSS Adjusting the Layout with Media Queries

Dev Tools: Adjusting the Layout with Media Queries

I'm not sure what happened, but once I go to dev tools and refresh to emulate an iphone 5 screen, the title (Lake Tahoe, California) does not fit in it's box and it looks pretty bad, but iphone 6 is fine and viewing it on an actual iphone 5, it's fine.. Help?

https://w.trhou.se/jrb3mo0eso

1 Answer

Hi Joshua, I couldn't reproduce your problem. Looks fine in chrome on a Mac. You can try and add initial-scale=1.0 to your meta element. But that's just a guess.

Regards, Martin