diff --git a/src/components/countdown.svelte b/src/components/countdown.svelte index da7322b..198dd0f 100644 --- a/src/components/countdown.svelte +++ b/src/components/countdown.svelte @@ -1,7 +1,10 @@ -

Time to Graduation

-
-
- - - - years + + + +{#if w >= 768} +

Time to Graduation

+
+
+ + + + years +
+
+ + + + months +
+
+ + + + days +
+
+ + + + hours +
+
+ + + + minutes +
+
+ + + + seconds +
-
- - - - months -
-
- - - - days -
-
- - - - hours -
-
- - - - minutes -
-
- - - - seconds -
-
+{:else} +

Time to Graduation
{FORMATTED}

+ + y + m + d- + : + : + + +{/if}