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 Layout Basics Getting Started with CSS Layout Creating a Sticky Footer

I don't know why but my media query isn't working for the .wrap container help!

@media (min-width: 769px) {

.wrap { min-height: 100vh; }

.container { width: 70%; max-width: 1000px; margin: 0 auto; }}

here's my code the div with the class .wrap isn't working :-( I have it all set up in my HTML too

Have you tried messing around with the vh, or not using it at all? I use vh in a limited way because it can really mess up your layout depending on what screen you are using.