Rewrite page in Svelte 5 #49
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
||||||
<meta name="description" content="Overview of Services running on neshweb.net" />
|
<meta name="description" content="Overview of Services running on neshweb.net" />
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<div class="flex max-h-full flex-row flex-wrap justify-center gap-10 overflow-auto p-8">
|
<div class="flex max-h-full flex-row flex-wrap justify-center gap-10 overflow-auto p-8 pt-24">
|
||||||
{#each services as service}
|
{#each services as service}
|
||||||
<ServiceCard {service} {icons} monitor={monitorList.get(service.id)} />
|
<ServiceCard {service} {icons} monitor={monitorList.get(service.id)} />
|
||||||
{/each}
|
{/each}
|
||||||
|
|
Loading…
Reference in a new issue