Skip to content

Commit

Permalink
change back to px instead of em
Browse files Browse the repository at this point in the history
  • Loading branch information
benfry committed Jul 26, 2018
1 parent b4d0d39 commit 297157e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/shared/lib/welcome/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 297157e

Please sign in to comment.