We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155c6a5 commit e055ceaCopy full SHA for e055cea
1 file changed
assets/css/style.css
@@ -2363,6 +2363,8 @@ main {
2363
.post-layout .post {
2364
flex: 1;
2365
min-width: 0;
2366
+ max-width: 800px;
2367
+ margin: 2rem 0 0;
2368
}
2369
2370
/* TOC Sidebar */
@@ -2377,7 +2379,7 @@ main {
2377
2379
padding: 1rem 0;
2378
2380
2381
-@media (min-width: 1200px) {
2382
+@media (min-width: 1024px) {
2383
.toc-sidebar {
2384
display: block;
2385
0 commit comments