progress
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user