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

Design Web Typography Final Project: Create a Typographic Site Responsive Typography

Andre Kucharzyk
Andre Kucharzyk
4,479 Points

The lecturer is saying that in this exercise 64em = 1024px, but is it true?

The lecturer is saying that in this exercise, in @media query 64em = 1024px, but in body there is 1.25 em. So wouldn't it mean that in 64em (in @media query) = 1280px?

2 Answers

Em-based media queries are based off the browser's font settings, not the body font size. The default is 16px unless the user changes it in browser settings. So the lecturer is correct: 64em = 1024px