toc 适配设备屏幕
This commit is contained in:
parent
6b56ee0c48
commit
d5aa80b080
@ -93,3 +93,9 @@
|
||||
transition-timing-function: ease-out;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1224px) {
|
||||
.post-toc {
|
||||
display: none;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user