Skip to content

Commit

Permalink
Address concerns in #8 for initial pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Sep 12, 2019
1 parent f0cf50b commit dafc413
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions remedy.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,10 @@
*, ::before, ::after { box-sizing: border-box; }

/*
* 1. Consistent line spacing...
* CSS Inline Layout Module Level 3: https://drafts.csswg.org/css-inline-3/#line-sizing-property
* 2. Improve spacing of punctuation marks and script changes in CJK languages
* CSS Text Module Level 4: https://drafts.csswg.org/css-text-4/#text-spacing-property
* Consistent line spacing...
* CSS Inline Layout Module Level 3: https://drafts.csswg.org/css-inline-3/#line-sizing-property
*/
html {
line-sizing: normal;
text-spacing: trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric;
}
html { line-sizing: normal; }

/* Remove the tiny space around the edge of the page */
body { margin: 0; }
Expand Down

0 comments on commit dafc413

Please sign in to comment.