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 trialAlexandre Fortin
11,180 PointsWhy does he say there is no line break in the page when it still breaks when he re-size the viewport.
Why do we still see the font grow all of a sudden bigger when he reduce the size of the viewport. The font size reduce slowly and all of a sudden jump back in size. Is it normal? whats the purpose and is there's a fix?
Thank you so much for answering :)
1 Answer
Preston Skaggs
11,818 PointsIf you are referring to when he is changing the title font-size to 6.6vw and then checking it by resizing the browser, then the font doesn't actually jump up in size. It just appears that way when the line breaks and because he is using Chrome. The Chrome browser version he is using doesn't adjust the font size until the page is refreshed when using 'vw' size metric.