Setup container system for all pages with max-width constraint while maintaining full-width backgrounds

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
kbe
2025-09-08 18:34:00 +02:00
parent 4b671a211b
commit c5c64a87b8
9 changed files with 15 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
<div class="container mx-auto px-4 sm:px-6 lg:px-8 py-8">
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
<!-- Page Header -->
<div class="mb-8">
<div class="flex flex-col sm:flex-row sm:items-center sm:justify-between gap-4">