commit b1cd80b192c24415652720fdd54a942ad28913e6 parent 3a97543c3efcfee50fc25a99f8bec51270315ca8 Author: Beau <cbeauhilton@gmail.com> Date: Fri, 22 Apr 2022 11:34:08 -0500 font size back to em Diffstat:
M | style.css | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/style.css b/style.css @@ -5,8 +5,7 @@ body { font-family: IBM Plex Serif; color: #474747; background-color: #ffffff; - font-size:1em; - font-size:106.3%; + font-size:1.563em; line-height:1.1em; margin:0 auto; padding: 0.5em;