summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-10-09 23:38:17 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-10-09 23:38:17 +0200
commit531a44ce54aa5ae6aa6bf37441c23c0a49db0f6f (patch)
tree527f8c56c6e4fe22ce6589979838631dd2d750e5
parent00ffff4e00a048644555a1f7854d2ecf6dd0c500 (diff)
downloadoctopress-theme-jeyzu-531a44ce54aa5ae6aa6bf37441c23c0a49db0f6f.zip
octopress-theme-jeyzu-531a44ce54aa5ae6aa6bf37441c23c0a49db0f6f.tar.gz
fix post meta width
-rw-r--r--sass/parts/_post.scss2
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;