Skip to content

Commit

Permalink
Update hux-blog.css
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoZap authored Oct 19, 2024
1 parent 274d5da commit 42017a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions css/hux-blog.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
@media (min-width: 1200px) {
.post-container,
.post-container {
padding-right: 2%; /* 只减少文章容器的padding */
}
.sidebar-container {
padding-right: 5%;
padding-right: 5%; /* 保持原来的设置 */
}
}
@media (min-width: 768px) {
Expand Down

0 comments on commit 42017a1

Please sign in to comment.