summaryrefslogtreecommitdiff
path: root/_sass
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-07-26 14:06:09 -0400
committerBen Burwell <ben@benburwell.com>2015-07-26 14:06:09 -0400
commit6b0fad5657d802603cb6f64f51b5387bbfbc2059 (patch)
treeca8669d51e28f544d2dc5c612f53909fc0b11879 /_sass
parent38bc5806acc3139874ff9bd8f7e033187a769ed8 (diff)
Add whitespace preformatting for code blocks (closes #5), move instructions to Gist
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;