In at_subtheme/sass/responsive.tablet.portrait.scss we find this style:

/* Increase the body font size on small devices */
html {
  font-size: 81.3%; 
}

This seems odd, since it creates a weird font-size "jump" when resizing the browser windows across the various media queries. And also since, the global.styles.scss has the font-size set to 87.5%, and the other responsive layouts are set to 112.5%.

Is this not a bug?

Comments

Jeff Burnz’s picture

Status: Active » Fixed

Not really a bug, these font sizes were supposed to create a very noticeable effect (since they are example only), however I did change this recently to be more consistent, so the fix will be in the next release, its either in dev now or I need to push it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.