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
Comment #1
Jeff Burnz commentedNot 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.