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/_article.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/_article.scss')
-rw-r--r-- | sass/parts/_article.scss | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sass/parts/_article.scss b/sass/parts/_article.scss index 2639aeb..bea6c13 100644 --- a/sass/parts/_article.scss +++ b/sass/parts/_article.scss @@ -4,7 +4,6 @@ article{ padding: 30px 0; position: relative; h1.title{ - font-size: 25px; font-weight: 300; line-height: 35px; margin-bottom: 20px; @@ -90,7 +89,7 @@ article{ .caption{ background: image-url('caption.png') 0 4px no-repeat; display: block; - font-size: 12px; + font-size: $meta-size; color: #999; padding-left: 25px; } @@ -110,8 +109,5 @@ article{ @media screen and (max-width: 600px){ article{ padding: 15px 0; - h1.title{ - font-size: 20px; - } } }
\ No newline at end of file |