Fix .post-title-link position (#76)

This commit is contained in:
Alfred 2020-08-03 20:43:59 +08:00 committed by GitHub
parent 7cd83a4b8c
commit 1d2f0570b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,8 @@
bottom: 0;
content: '';
height: 2px;
// Fix issue #75
left: 0;
position: absolute;
transform: scaleX(0);
transition: transform $transition-ease;