fix(typo): correct `.itrem` to `.item`
This commit is contained in:
parent
677d0606c4
commit
7610344f37
|
@ -79,7 +79,7 @@ html {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.itrem {
|
.item {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
opacity: .6;
|
opacity: .6;
|
||||||
transition: .2s all ease-out;
|
transition: .2s all ease-out;
|
||||||
|
|
Loading…
Reference in New Issue