make the bg wider

This commit is contained in:
Julian Freeman
2025-11-25 23:12:06 -04:00
parent 693922a659
commit 6e7ce21359

View File

@@ -345,7 +345,7 @@ body {
<style scoped>
/* 基础布局 */
.container {
max-width: 960px;
max-width: 1200px; /* 改宽了: 从960px增加到1200px */
margin: 0 auto;
padding: 30px 20px;
box-sizing: border-box;