CSSで計算式を使って設定できるんですね。
知らなかった。
font-size: calc(0.5rem + 1.5vmin);
とか。
vminとかも、あるんですね。
参考
https://dev.classmethod.jp/ria/html5/css-length-viewport/
CSSで計算式を使って設定できるんですね。
知らなかった。
font-size: calc(0.5rem + 1.5vmin);
とか。
vminとかも、あるんですね。
参考
https://dev.classmethod.jp/ria/html5/css-length-viewport/