-
@b0rk Regarding rem, it's actually a little bit trickier. If you use rem in media queries especially, the computed value will be based on the browser's default. So
@Media (max-width:10rem)
would be 160px, not 140px. See the spec: w3.org/TR/css-values-3/#font-relative-lengths