diff --git a/frontend/src/routes/(candidate)/(authenticated)/dashboard/+page.svelte b/frontend/src/routes/(candidate)/(authenticated)/dashboard/+page.svelte index 69e3081..227446e 100644 --- a/frontend/src/routes/(candidate)/(authenticated)/dashboard/+page.svelte +++ b/frontend/src/routes/(candidate)/(authenticated)/dashboard/+page.svelte @@ -52,7 +52,7 @@
- +
@@ -103,7 +103,7 @@ } .dashboardDesktop { @apply h-[85vh] w-[85vw]; - @apply hidden grid-cols-8 grid-rows-8 gap-10 md:grid; + @apply grid-rows-8 hidden grid-cols-8 gap-10 md:grid; } .dashboardMobile {