You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed that according to the font-size set on the html element, it is using a fixed value rather than percentage. It used to use a percentage right ? I am sure there is a reason behind this. Actually I was just testing increasing the browser font size and my current site doesn't resize when fonts are changed.
I presume this is because it doesn't offer a percentage base REM ?
I would really appreciate some help, this what i am seeing on the html
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
actually I just noticed, it seems to be redefined on the body too
cvrebert
changed the title
Bootstrap: Has a fixed value for html font-size and not percentage, no browser resize?
Has a fixed value for html font-size and not percentage, no browser resize?
Jul 19, 2016
Hi,
I just noticed that according to the font-size set on the html element, it is using a fixed value rather than percentage. It used to use a percentage right ? I am sure there is a reason behind this. Actually I was just testing increasing the browser font size and my current site doesn't resize when fonts are changed.
I presume this is because it doesn't offer a percentage base REM ?
I would really appreciate some help, this what i am seeing on the html
actually I just noticed, it seems to be redefined on the body too
The text was updated successfully, but these errors were encountered: