From 32bb3ef819fa6612133fa2d86d4d2ce05859257b Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Thu, 26 Jul 2018 17:59:08 -0400 Subject: [PATCH] change back to px instead of em --- build/shared/lib/welcome/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/shared/lib/welcome/style.css b/build/shared/lib/welcome/style.css index 72b363733..231f27743 100644 --- a/build/shared/lib/welcome/style.css +++ b/build/shared/lib/welcome/style.css @@ -13,14 +13,14 @@ h1 { margin-bottom: 0; /* can't get the Semibold to work properly */ font-family: "Processing Sans Pro", sans-serif; - font-size: 1.3em; /*16px;*/ + font-size: 18px; font-weight: normal; } p, td { margin-bottom: 0; - font-size: 0.975em; /*11px*/ - line-height: 1.05em; /*12px*/ + font-size: 11px; + line-height: 12px; } table {