fix(typo): correct `.itrem` to `.item`

This commit is contained in:
郭桓桓 2023-02-28 19:47:45 +08:00
parent 677d0606c4
commit 7610344f37
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ html {
}
}
}
.itrem {
.item {
text-decoration: none;
opacity: .6;
transition: .2s all ease-out;