this belongs to e67c19d688
Some checks failed
Run Tests on Code / test (push) Failing after 24s
Some checks failed
Run Tests on Code / test (push) Failing after 24s
This commit is contained in:
parent
455ff1dfa2
commit
275fcac89c
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
<meta name="description" content="Overview of Services running on neshweb.net" />
|
||||
</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}
|
||||
<ServiceCard {service} {icons} monitor={monitorList.get(service.id)} />
|
||||
{/each}
|
||||
|
|
Loading…
Reference in a new issue