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

HTML

Jim McQuarrie
Jim McQuarrie
10,597 Points

-webkit code

Can anyone tell me why this line of code needs a -webkit-text-size-adjust: none; set to none or at all for that matter?

body {
  background: #;
  color: #a7a7a7;
  font: 400 15px/24px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none;

1 Answer

so when the screen size changes, the text size doesn't

Jim McQuarrie
Jim McQuarrie
10,597 Points

aha, I dont remember that in any of the lessons, But it makes sense.

Thanks,

Jim