From 27857b7643dc234d9e6135f968638b630e99377e Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 5 May 2015 17:28:21 -0400 Subject: Update the Projects page to have a cleaner look --- _sass/_typography.scss | 5 +++++ _sass/_utility.scss | 8 ++++++++ 2 files changed, 13 insertions(+) (limited to '_sass') 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; diff --git a/_sass/_utility.scss b/_sass/_utility.scss index 67a55ad..6c0c796 100644 --- a/_sass/_utility.scss +++ b/_sass/_utility.scss @@ -18,6 +18,14 @@ font-family: $sans; } +.monospace { + font-family: $monospace; +} + +.light-gray { + color: $light-gray; +} + .compressed-list li { margin: 0; } -- cgit v1.2.3