this belongs to e67c19d688
Some checks failed
Run Tests on Code / test (push) Failing after 24s

This commit is contained in:
Neshura 2024-01-03 23:59:32 +01:00
parent 455ff1dfa2
commit 275fcac89c
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -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}