diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-10-09 23:38:17 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-10-09 23:38:17 +0200 |
commit | 531a44ce54aa5ae6aa6bf37441c23c0a49db0f6f (patch) | |
tree | 527f8c56c6e4fe22ce6589979838631dd2d750e5 /sass | |
parent | 00ffff4e00a048644555a1f7854d2ecf6dd0c500 (diff) | |
download | octopress-theme-jeyzu-531a44ce54aa5ae6aa6bf37441c23c0a49db0f6f.zip octopress-theme-jeyzu-531a44ce54aa5ae6aa6bf37441c23c0a49db0f6f.tar.gz |
fix post meta width
Diffstat (limited to 'sass')
-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 66486fc..6bb4734 100644 --- a/sass/parts/_post.scss +++ b/sass/parts/_post.scss @@ -11,7 +11,7 @@ line-height: 2; font-size: 0.9em; color: $color-gray02; - width: 170px; + width: 120px; @media screen and (max-width: 800px){ margin-top: 15px; position: static; |