summaryrefslogtreecommitdiffstats
path: root/sass/base
diff options
context:
space:
mode:
Diffstat (limited to 'sass/base')
-rw-r--r--sass/base/_font.scss4
-rw-r--r--sass/base/_layout.scss2
2 files changed, 4 insertions, 2 deletions
diff --git a/sass/base/_font.scss b/sass/base/_font.scss
index 44f829f..dfd091d 100644
--- a/sass/base/_font.scss
+++ b/sass/base/_font.scss
@@ -1,2 +1,4 @@
$default: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
-$monospace: "Consolas", Monaco, Courier New, Courier, monospace; \ No newline at end of file
+$monospace: "Consolas", Monaco, Courier New, Courier, monospace;
+
+$meta-size: 0.9em; \ No newline at end of file
diff --git a/sass/base/_layout.scss b/sass/base/_layout.scss
index 24c67d8..71cb9f1 100644
--- a/sass/base/_layout.scss
+++ b/sass/base/_layout.scss
@@ -37,7 +37,7 @@ body{
color: $font-main;
}
h1{
- font-size: 2em;
+ font-size: 1.8em;
}
h2{
font-size: 1.5em;