diff options
author | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:21:35 +0100 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:21:35 +0100 |
commit | 5d6ddc9a053d439b8de02859c311443317a4cc60 (patch) | |
tree | 34340f180c995a9c2f374194b4285c07914c8f73 /sass/base/_layout.scss | |
parent | 0f2144354f833df6f1fcaebf7ea88506df4059dc (diff) | |
download | octopress-theme-jeyzu-5d6ddc9a053d439b8de02859c311443317a4cc60.zip octopress-theme-jeyzu-5d6ddc9a053d439b8de02859c311443317a4cc60.tar.gz |
change font size to relative size
Diffstat (limited to 'sass/base/_layout.scss')
-rw-r--r-- | sass/base/_layout.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; |