diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-10-08 22:46:39 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-10-08 22:46:39 +0200 |
commit | 00ffff4e00a048644555a1f7854d2ecf6dd0c500 (patch) | |
tree | 67e1bd4f47678879cc8bdaa9f96731fe6b3ecf08 /sass/parts/_post.scss | |
parent | 57513286acef558201a04fe3cf895a7f2a8daa05 (diff) | |
download | octopress-theme-jeyzu-00ffff4e00a048644555a1f7854d2ecf6dd0c500.zip octopress-theme-jeyzu-00ffff4e00a048644555a1f7854d2ecf6dd0c500.tar.gz |
add some padding
Diffstat (limited to 'sass/parts/_post.scss')
-rw-r--r-- | sass/parts/_post.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sass/parts/_post.scss b/sass/parts/_post.scss index 5259265..66486fc 100644 --- a/sass/parts/_post.scss +++ b/sass/parts/_post.scss @@ -1,6 +1,6 @@ .post{ h1.title, .entry-content{ - margin-left: 200px; + margin: 0 30px 0 120px; @media screen and (max-width: 800px){ margin-left: 0; } @@ -40,4 +40,4 @@ .tags:before{content: "\f02c";} .comments:before{content: "\f075";} } -}
\ No newline at end of file +} |