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/_utility.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '_sass/_utility.scss') 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