feat: update
This commit is contained in:
parent
964cdc7d31
commit
a52dfa653f
2 changed files with 3 additions and 12 deletions
|
|
@ -160,22 +160,12 @@ article pre {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1200px) {
|
@media (max-width: 1200px) {
|
||||||
.post-wrapper {
|
|
||||||
grid-template-columns: 1fr;
|
|
||||||
padding: 0 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.toc-column {
|
.toc-column {
|
||||||
grid-column: 1;
|
display: none;
|
||||||
justify-self: center;
|
|
||||||
width: 100%;
|
|
||||||
max-width: 800px;
|
|
||||||
padding-top: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-container {
|
.post-container {
|
||||||
grid-column: 1;
|
width: 80%;
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
title: "leetcode daily"
|
title: "leetcode daily"
|
||||||
date: "11/9/2024"
|
date: "11/9/2024"
|
||||||
useKatex: true
|
useKatex: true
|
||||||
|
showToc: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# [count good numbers](https://leetcode.com/problems/count-good-numbers)
|
# [count good numbers](https://leetcode.com/problems/count-good-numbers)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue