diff --git a/package.json b/package.json index 9112c40..1996494 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@formkit/auto-animate": "^1.0.0-beta.6", "@fortawesome/fontawesome-free": "5.15.4", "@lingdocs/lingdocs-main": "^0.3.3", - "@lingdocs/ps-react": "^7.7.9", + "@lingdocs/ps-react": "^7.7.10", "@mdx-js/rollup": "^2.2.1", "@stefanprobst/rehype-extract-toc": "^2.2.0", "@types/mdx": "^2.0.3", diff --git a/src/App.css b/src/App.css index db2bf2b..f5f6ee7 100644 --- a/src/App.css +++ b/src/App.css @@ -53,7 +53,7 @@ border: 2px solid #333; } -@media (max-width: 900px) { +@media only screen and (max-width: 1330px) { .table-of-contents { display: none; } diff --git a/src/components/Chapter.jsx b/src/components/Chapter.jsx index b9abb98..f5e8e19 100644 --- a/src/components/Chapter.jsx +++ b/src/components/Chapter.jsx @@ -31,7 +31,7 @@ const Chapter = ({ children: chapter }) => {