CSS Tricks
Small tricks and snippets about CSS that I found useful
Set span height to lineheight
padding-block: calc((1lh - 1em) / 2);
Sets padding-block depending on the difference between the lineheight and the font-size.
Small tricks and snippets about CSS that I found useful
padding-block: calc((1lh - 1em) / 2);
Sets padding-block depending on the difference between the lineheight and the font-size.