summaryrefslogtreecommitdiff
path: root/_sass
diff options
context:
space:
mode:
Diffstat (limited to '_sass')
-rw-r--r--_sass/_typography.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/_sass/_typography.scss b/_sass/_typography.scss
index fedcdb2..a97953e 100644
--- a/_sass/_typography.scss
+++ b/_sass/_typography.scss
@@ -30,6 +30,10 @@ pre, code, kbd {
color: $gray;
}
+pre, code {
+ white-space: pre;
+}
+
p {
margin-top: 1rem;
margin-bottom: 1rem;