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:
parent
5c452fc3ba
commit
da3eebc944
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user