aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/imports/_typography.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/imports/_typography.css')
-rwxr-xr-xsrc/css/imports/_typography.css7
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. */