diff options
author | Tommy Chen <tommy351@gmail.com> | 2012-06-03 05:24:21 +0200 |
---|---|---|
committer | Tommy Chen <tommy351@gmail.com> | 2012-06-03 05:24:21 +0200 |
commit | 5bae43b46cd5dd399836f8e326ee128373c1a855 (patch) | |
tree | 2dec21fd6ebb05379a63cddfb7656599ab6b8a92 /sass/parts/_post.scss | |
parent | 175edf60a22b7cab43b02ac0897e254dd1ff544c (diff) | |
download | octopress-theme-jeyzu-5bae43b46cd5dd399836f8e326ee128373c1a855.zip octopress-theme-jeyzu-5bae43b46cd5dd399836f8e326ee128373c1a855.tar.gz |
simplify post
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 1730fb8..fc4bf6d 100644 --- a/sass/parts/_post.scss +++ b/sass/parts/_post.scss @@ -1,5 +1,5 @@ .post{ - h1.title, .entry{ + h1.title, .entry-content{ margin-left: 200px; @media screen and (max-width: 800px){ margin-left: 0; |