refactor: CardBlog wrap title, img with Link

This commit is contained in:
unknown
2021-09-07 13:17:31 +07:00
parent 9de5269984
commit 3d0eac6e8f
2 changed files with 2 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
width: 100%;
max-height: 22rem;
border-radius: 2.4rem;
&:hover{
&:hover {
cursor: pointer;
}
}
@@ -19,7 +19,7 @@
line-height: 2.8rem;
letter-spacing: -0.01em;
color: var(--text-active);
&:hover{
&:hover {
cursor: pointer;
}
}