ui: small fixes
This commit is contained in:
parent
f9e74c615c
commit
8a7bf847f2
@ -172,7 +172,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<main class="py-10">
|
||||
<main class="py-5 lg:py-10">
|
||||
<div class="px-4 sm:px-6 lg:px-8">
|
||||
<!-- Your content -->
|
||||
<slot />
|
||||
|
@ -13,7 +13,7 @@
|
||||
</script>
|
||||
|
||||
<section class="space-y-4 lg:space-y-8">
|
||||
<h1 class="text-2xl font-semibold text-right text-gray-400">Create new zones with edit buttons:</h1>
|
||||
<h1 class="text-xl lg:text-2xl font-medium lg:text-right">Create new zones with edit buttons:</h1>
|
||||
<div class="flex relative overflow-hidden rounded-xl border border-gray-200 bg-white">
|
||||
|
||||
|
||||
@ -73,7 +73,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="divide-y divide-gray-200 bg-white">
|
||||
{#each {length: 10} as item, index}
|
||||
{#each {length: 8} as item, index}
|
||||
<tr class="bg-white text-sm *:px-6 *:py-4">
|
||||
<td class="text-gray-900">
|
||||
Zone #{index + 1}
|
||||
|
Loading…
Reference in New Issue
Block a user