diff options
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 |