Type your Tablet rem value per tag — that's the starting point (no Desktop derivation here). It immediately computes the clamp() toward Mobile, using the 1099px → 320px range. Still 1rem = 10px convention, since the root font-size stays flat across this whole range.
| Tag | Tablet input (rem) = size @1099px | Floor (px) | Mobile target = size @320px (auto-computed) | clamp() — rem |
|---|
| Tag | Tablet input (rem) = size @1099px | Floor (px) | Mobile target = size @320px (auto-computed) | clamp() — rem |
|---|
The two tables above are FIXED reference values only (Tablet target and Mobile target) — they don't move. The actual interactive fluid interpolation is shown HERE — drag the slider to see each tag shrink smoothly from its Tablet target to its Mobile target.