diff --git a/source/css/_common/components/post/post-header.styl b/source/css/_common/components/post/post-header.styl index 21def3c26..0ffa4e158 100644 --- a/source/css/_common/components/post/post-header.styl +++ b/source/css/_common/components/post/post-header.styl @@ -43,6 +43,8 @@ bottom: 0; content: ''; height: 2px; + // Fix issue #75 + left: 0; position: absolute; transform: scaleX(0); transition: transform $transition-ease;