summaryrefslogtreecommitdiff
path: root/_sass/_typography.scss
diff options
context:
space:
mode:
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;