feat: update

This commit is contained in:
Barrett Ruth 2025-11-10 23:27:32 -05:00
parent 964cdc7d31
commit a52dfa653f
2 changed files with 3 additions and 12 deletions

View file

@ -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%;
}
}

View file

@ -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)