summaryrefslogtreecommitdiff
path: root/assets/sass/_title.sass
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/_title.sass')
-rw-r--r--assets/sass/_title.sass7
1 files changed, 5 insertions, 2 deletions
diff --git a/assets/sass/_title.sass b/assets/sass/_title.sass
index 7a4ab69f..3247b4a6 100644
--- a/assets/sass/_title.sass
+++ b/assets/sass/_title.sass
@@ -2,10 +2,13 @@ h1, h2, h3
font-weight: normal
color: $title-color
+h1
+ font-size: $page-title-size
+
h2
- font-size: 1.3em
+ font-size: $text-large
margin-bottom: 10px
h3
margin-top: 10px
- font-size: 1.2em
+ font-size: $text-medium