feat: reduce max-width of .bl-container for improved layout on HomePage

This commit is contained in:
zhangyuheng
2026-03-18 17:58:24 +08:00
parent 0b06379bff
commit 08fd3cc340

View File

@@ -478,7 +478,7 @@ const medals = ['🥇', '🥈', '🥉'];
}
.bl-container {
max-width: 1200px;
max-width: 1000px;
margin: 0 auto;
padding: 0 20px;
}