diff options
| author | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-01 16:39:14 +0200 |
|---|---|---|
| committer | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-01 16:39:14 +0200 |
| commit | bd9a50e9c824e89d8a91fd54c8bc838cdfa796f6 (patch) | |
| tree | 06254243ccfc713ab0801e748b16dade68ff73ca /src/css/imports/_typography.css | |
| parent | dedfd8a8098db999f81a55a845e0e4d041f9d7a8 (diff) | |
Initial commit
Diffstat (limited to 'src/css/imports/_typography.css')
| -rwxr-xr-x | src/css/imports/_typography.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/css/imports/_typography.css b/src/css/imports/_typography.css index 4a41038..4d6fecc 100755 --- a/src/css/imports/_typography.css +++ b/src/css/imports/_typography.css @@ -10,7 +10,10 @@ */ - +p { + margin-bottom: 1rem; + max-width: 32rem; +} /* Measure is limited to ~66 characters */ .measure { @@ -24,7 +27,7 @@ /* Measure is limited to ~45 characters */ .measure-narrow { - max-width: 20em; + max-width: 25em; } /* Book paragraph style - paragraphs are indented with no vertical spacing. */ |
