Skip to content

Commit

Permalink
Fix .post-title-link position (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
799953468 authored Aug 3, 2020
1 parent 7cd83a4 commit 1d2f057
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/css/_common/components/post/post-header.styl
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
bottom: 0;
content: '';
height: 2px;
// Fix issue #75
left: 0;
position: absolute;
transform: scaleX(0);
transition: transform $transition-ease;
Expand Down

0 comments on commit 1d2f057

Please sign in to comment.