diff --git a/themes/intotheeast/css/style.css b/themes/intotheeast/css/style.css
index 292e273..03dc786 100644
--- a/themes/intotheeast/css/style.css
+++ b/themes/intotheeast/css/style.css
@@ -651,7 +651,7 @@ body::after {
/* ── Home page layout ────────────────────────────────────────────────────────── */
-.home-page .site-main { max-width: none; padding: 0; }
+.home-page .site-main { max-width: 1400px; margin: 0 auto; padding: 0; }
.home-layout {
display: grid;
diff --git a/themes/intotheeast/templates/entry.html.twig b/themes/intotheeast/templates/entry.html.twig
index 82acf5c..a095fc2 100644
--- a/themes/intotheeast/templates/entry.html.twig
+++ b/themes/intotheeast/templates/entry.html.twig
@@ -121,7 +121,7 @@
{% endif %}
{% endblock %}
diff --git a/themes/intotheeast/templates/partials/base.html.twig b/themes/intotheeast/templates/partials/base.html.twig
index f74887e..7cc3a30 100644
--- a/themes/intotheeast/templates/partials/base.html.twig
+++ b/themes/intotheeast/templates/partials/base.html.twig
@@ -18,7 +18,7 @@
{% block nav %}
{% endblock %}