We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78337f7 commit d991fd3Copy full SHA for d991fd3
1 file changed
assets/css/main.css
@@ -425,4 +425,15 @@ img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-w
425
@media (max-width: 900px) {
426
#main { display: block; max-width: 95%; }
427
#main > * { width: 100%; max-width: 100%; }
428
-}
+}
429
+
430
+/* ===== final override – centre two-column layout ===== */
431
+#main{ /* 抹掉 100% 宽,让 max-width 能生效 */
432
+ width:auto !important;
433
434
435
+#main article{ /* 抹掉 float 和百分比宽度 */
436
+ float:none !important;
437
438
+ margin:0 !important;
439
0 commit comments