diff --git a/frontend/src/routes/(admin)/admin/(authenticated)/dashboard/+page.svelte b/frontend/src/routes/(admin)/admin/(authenticated)/dashboard/+page.svelte index fcbaf01..cb1e381 100644 --- a/frontend/src/routes/(admin)/admin/(authenticated)/dashboard/+page.svelte +++ b/frontend/src/routes/(admin)/admin/(authenticated)/dashboard/+page.svelte @@ -98,11 +98,12 @@ {/if}
-
+
Background
+ {#each filters as filter}
@@ -194,7 +195,7 @@ .body { @apply h-full w-full; @apply float-left overflow-hidden; - @apply my-6 mx-12 ml-[27rem]; + @apply my-6 mt-14 mx-12 ml-[27rem]; } .body .controls {