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