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) {
|
||||
.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%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue