From a52dfa653fbaec3dc38a433a6ee79c1a0c9669db Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Mon, 10 Nov 2025 23:27:32 -0500 Subject: [PATCH] feat: update --- public/styles/posts.css | 14 ++------------ src/content/algorithms/leetcode-daily.mdx | 1 + 2 files changed, 3 insertions(+), 12 deletions(-) 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)