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/parts/_post.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/parts/_post.scss')
-rw-r--r-- | sass/parts/_post.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/parts/_post.scss b/sass/parts/_post.scss index aeaa52a..704096b 100644 --- a/sass/parts/_post.scss +++ b/sass/parts/_post.scss @@ -6,7 +6,7 @@ position: absolute; top: 85px; line-height: 2; - font-size: 13px; + font-size: $meta-size; color: $font-meta; width: 170px; a{ |