1
0
mirror of https://github.com/danbee/danbarber.me.hugo.git synced 2025-03-04 08:59:18 +00:00

Simplify dynamic type calculations

This commit is contained in:
Daniel Barber 2019-10-12 17:24:07 -04:00
parent 5c452fc3ba
commit da3eebc944

View File

@ -2,7 +2,7 @@ html {
font-family: $body-font-family;
font-style: normal;
font-weight: 300;
font-size: calc((1vmin * 0.85) + 13px);
font-size: calc(0.85vmin + 13px);
line-height: 1.4;
padding-left: $pad-min;
padding-right: $pad-min;