summaryrefslogtreecommitdiff
path: root/_sass/_typography.scss
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-05-05 17:28:21 -0400
committerBen Burwell <ben@benburwell.com>2015-05-05 17:28:21 -0400
commit27857b7643dc234d9e6135f968638b630e99377e (patch)
tree35ab4f6625110a6352e6b6c49c886813d0c10ac9 /_sass/_typography.scss
parentec03c8129ca7ff060a4937a9c7655c5e3a7ba651 (diff)
Update the Projects page to have a cleaner look
Diffstat (limited to '_sass/_typography.scss')
-rw-r--r--_sass/_typography.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/_sass/_typography.scss b/_sass/_typography.scss
index 873b9c9..aa0e6b2 100644
--- a/_sass/_typography.scss
+++ b/_sass/_typography.scss
@@ -21,6 +21,11 @@ h2 {
margin-bottom: 0.5rem;
}
+h1 small {
+ font-size: 1rem;
+ padding-left: 1rem;
+}
+
pre, code, kbd {
font-size: 0.9rem;
color: $gray;