diff --git a/frontend/src/lib/components/dashboard/DashboardInfoCard.svelte b/frontend/src/lib/components/dashboard/DashboardInfoCard.svelte
index 2434389..7e9064c 100644
--- a/frontend/src/lib/components/dashboard/DashboardInfoCard.svelte
+++ b/frontend/src/lib/components/dashboard/DashboardInfoCard.svelte
@@ -34,11 +34,17 @@
{:else if status === 'submitted'}
-
+
{:else}
{/if}
-
+
@@ -49,7 +55,7 @@
@apply hover:bg-sspsBlueDark transition-colors duration-300;
@apply text-xl;
@apply rounded-xl shadow-lg;
- @apply py-3 px-4;
+ @apply py-3 px-2;
}
.card {
@apply m-3;