commit 3a97543c3efcfee50fc25a99f8bec51270315ca8
parent 7f0b9ee148fbc0b06e5845b8cb90c5a1395440c0
Author: Beau <cbeauhilton@gmail.com>
Date: Fri, 22 Apr 2022 11:32:36 -0500
font percent size
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/style.css b/style.css
@@ -5,8 +5,9 @@ body {
font-family: IBM Plex Serif;
color: #474747;
background-color: #ffffff;
- font-size:calc(1em);
- line-height:calc(1.1em);
+ font-size:1em;
+ font-size:106.3%;
+ line-height:1.1em;
margin:0 auto;
padding: 0.5em;
min-width:40em;