Add max-width gutters to match coop layout
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -49,6 +49,7 @@
|
|||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-stone-50 text-stone-900 min-h-screen">
|
<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 %}
|
{% block header %}
|
||||||
{# Coop-style header: sky banner with title, nav-tree, auth-menu, cart-mini #}
|
{# Coop-style header: sky banner with title, nav-tree, auth-menu, cart-mini #}
|
||||||
<div class="w-full">
|
<div class="w-full">
|
||||||
@@ -88,6 +89,7 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
{% block footer %}{% endblock %}
|
{% block footer %}{% endblock %}
|
||||||
|
</div>
|
||||||
{% block scripts %}{% endblock %}
|
{% block scripts %}{% endblock %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user