diff --git a/frontend/src/routes/dashboard/+page.svelte b/frontend/src/routes/dashboard/+page.svelte index 5c5a72e..00b9b07 100644 --- a/frontend/src/routes/dashboard/+page.svelte +++ b/frontend/src/routes/dashboard/+page.svelte @@ -27,16 +27,18 @@
-
+
damina.vysin@example.com Uchazeč na SSPŠ
- + {#each [0, 0, 0] as _} - +
+ +
{/each}
@@ -50,7 +52,7 @@ } .dashboardMobile { - @apply w-[90vw] h-[90vh]; + @apply w-[100vw] h-[90vh]; @apply md:hidden; }