We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6adef38 commit ddb7cb4Copy full SHA for ddb7cb4
src/lab_mock/templates/index.jinja2
@@ -20,7 +20,7 @@
20
{% for section in ENVIRONMENT %}
21
<h2 class="text-xl font-bold text-gray-800">{{ section.name }}</h2>
22
<p>{{ section.description }}</p>
23
- <table class="mt-6 mb-10 text-gray-900 table-auto">
+ <table class="text-gray-900 border-separate table-auto border-spacing-y-4">
24
<thead>
25
<tr class="text-left">
26
<th>Name</th>
@@ -29,7 +29,7 @@
29
</thead>
30
<tbody>
31
{% for var in section.vars %}
32
- <tr class="mb-2 font-mono">
+ <tr class="font-mono">
33
<td>
34
<span class="p-1 bg-gray-100 border-2 border-gray-800 rounded-md">
35
{{ var.name }}
0 commit comments