hide the toc at 1k px

This commit is contained in:
Xavier Valls Pla 2020-06-25 15:39:09 +02:00
parent 6b75895a9d
commit 83cb7d2079
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@
color: rgb(51, 51, 51);
}
@media screen and (max-width:800px) {
@media screen and (max-width:1000px) {
visibility: hidden;
width: 0;
margin: 0;