summaryrefslogtreecommitdiff
path: root/_sass
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-05-05 17:32:06 -0400
committerBen Burwell <ben@benburwell.com>2015-05-05 17:32:06 -0400
commit2d66f61bf496aec5c54e6f8e13c5a9682ed0e0d7 (patch)
tree35ab4f6625110a6352e6b6c49c886813d0c10ac9 /_sass
parentec03c8129ca7ff060a4937a9c7655c5e3a7ba651 (diff)
parent27857b7643dc234d9e6135f968638b630e99377e (diff)
Merge pull request #3 from benburwell/update-projects
Update the Projects page to have a cleaner look
Diffstat (limited to '_sass')
-rw-r--r--_sass/_typography.scss5
-rw-r--r--_sass/_utility.scss8
2 files changed, 13 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;
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;
}