diff --git a/public/styles/posts.css b/public/styles/posts.css index 0e89316..09a516e 100644 --- a/public/styles/posts.css +++ b/public/styles/posts.css @@ -160,22 +160,12 @@ article pre { } @media (max-width: 1200px) { - .post-wrapper { - grid-template-columns: 1fr; - padding: 0 2rem; - } - .toc-column { - grid-column: 1; - justify-self: center; - width: 100%; - max-width: 800px; - padding-top: 0; + display: none; } .post-container { - grid-column: 1; - width: 100%; + width: 80%; } } diff --git a/src/content/algorithms/leetcode-daily.mdx b/src/content/algorithms/leetcode-daily.mdx index c98c77c..513a7cb 100644 --- a/src/content/algorithms/leetcode-daily.mdx +++ b/src/content/algorithms/leetcode-daily.mdx @@ -2,6 +2,7 @@ title: "leetcode daily" date: "11/9/2024" useKatex: true +showToc: true --- # [count good numbers](https://leetcode.com/problems/count-good-numbers)