From 1f03468fa12802b943765d304d6ea42cec6e0a47 Mon Sep 17 00:00:00 2001 From: ivanzavisic Date: Thu, 22 Aug 2024 12:31:48 +0200 Subject: [PATCH] feat: update age graph --- .../lib/src/age-graph/age-graph.wc.svelte | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/lib/src/age-graph/age-graph.wc.svelte b/packages/lib/src/age-graph/age-graph.wc.svelte index 0079653..dc2918d 100644 --- a/packages/lib/src/age-graph/age-graph.wc.svelte +++ b/packages/lib/src/age-graph/age-graph.wc.svelte @@ -45,24 +45,24 @@
-

+

Biological age

-

+

{glycanAge}

- +
- + -
+
{chronoAge}
-
+
Chronological age
@@ -82,9 +82,9 @@ flex-direction: column; align-items: center; position: absolute; - transform: translate(-50%, -100%); + transform: translate(-50%, -102%); width: 24%; - max-height: 90px; + max-height: 85px; padding: 0.1rem; } @@ -94,9 +94,9 @@ align-items: center; position: absolute; width: 28%; - transform: translate(-50%, 15%); + transform: translate(-50%, 17%); left: 50%; - max-height: 90px; + max-height: 85px; padding: 0.1rem; }