This commit is contained in:
2025-11-05 13:50:35 -08:00
parent 9b75f4752d
commit 2b0b81abb8
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
</nav> </nav>
</div> </div>
</header> </header>
<main class="max-w-5xl mx-auto p-6"> <main class="max-w-full mx-auto p-6 px-4 lg:px-6">
{% block content %}{% endblock %} {% block content %}{% endblock %}
</main> </main>
</body> </body>

View File

@@ -2,7 +2,7 @@
{% block content %} {% block content %}
<h1 class="text-xl font-semibold mb-4">Projects for {{ case_email }}</h1> <h1 class="text-xl font-semibold mb-4">Projects for {{ case_email }}</h1>
<div class="bg-white shadow rounded-2xl overflow-scroll"> <div class="bg-white shadow rounded-2xl overflow-scroll">
<table class="min-w-full"> <table class="w-full">
<thead class="bg-slate-100 text-left text-sm"> <thead class="bg-slate-100 text-left text-sm">
<tr> <tr>
<th class="px-4 py-3">Matter Num</th> <th class="px-4 py-3">Matter Num</th>