fix(index): Use data attributes for home.posts

Partially fixes: #401

Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
This commit is contained in:
Khusika Dhamar Gusti
2020-11-25 20:45:13 +07:00
parent 74c90db9c4
commit fbceb4ad5d
3 changed files with 4 additions and 4 deletions

View File

@@ -66,7 +66,7 @@
}
}
.home[posts] {
.home[data-home=posts] {
.home-profile {
@include transform(translateY(0));
padding-top: 2rem;