Add max-width gutters to match coop layout

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
giles
2026-02-24 23:38:41 +00:00
parent dffce2f6de
commit 8c6fc87fc9

View File

@@ -49,6 +49,7 @@
</script>
</head>
<body class="bg-stone-50 text-stone-900 min-h-screen">
<div class="max-w-screen-2xl mx-auto py-1 px-1">
{% block header %}
{# Coop-style header: sky banner with title, nav-tree, auth-menu, cart-mini #}
<div class="w-full">
@@ -88,6 +89,7 @@
</main>
{% block footer %}{% endblock %}
</div>
{% block scripts %}{% endblock %}
</body>
</html>