From 42a6481691b71112f4e887e9604fa69062f8a8ad Mon Sep 17 00:00:00 2001 From: EETagent Date: Fri, 23 Dec 2022 21:41:50 +0100 Subject: [PATCH] fix: formatting --- .../routes/(candidate)/(authenticated)/dashboard/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {