From 8f1a8fd0971d733bcace1a62473350afc4c6685f Mon Sep 17 00:00:00 2001 From: Jhon Alex Gaviria Date: Mon, 16 Sep 2024 17:00:17 -0500 Subject: [PATCH 1/2] Fix error with timeline points and scale-110 to scale-105 --- .../timeline/timeline.component.html | 42 ++++++++++--------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/src/app/shared/components/timeline/timeline.component.html b/src/app/shared/components/timeline/timeline.component.html index d0eb00a..b9dc534 100644 --- a/src/app/shared/components/timeline/timeline.component.html +++ b/src/app/shared/components/timeline/timeline.component.html @@ -4,7 +4,9 @@ class="grid grid-cols-2 md:grid-cols-4 gap-10">
-
+

{{ item.name }}

@@ -12,30 +14,32 @@

class="font-semibold text-lg md:text-xl text-gray-600 dark:text-white"> {{ item.talk }}

- +
+
-
- -
+
+
-

- {{ item.name }} -

-

- {{ item.talk }} -

- +

+ {{ item.name }} +

+

+ {{ item.talk }} +

+
From d6736df498b4727403e65f45e2b095fa69b44193 Mon Sep 17 00:00:00 2001 From: VegaSyd Date: Wed, 18 Sep 2024 15:01:51 -0500 Subject: [PATCH 2/2] overflow fixed --- src/app/shared/components/logos-list/logos-list.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared/components/logos-list/logos-list.component.html b/src/app/shared/components/logos-list/logos-list.component.html index d1d7319..cda0f42 100644 --- a/src/app/shared/components/logos-list/logos-list.component.html +++ b/src/app/shared/components/logos-list/logos-list.component.html @@ -13,7 +13,7 @@

+ class="overflow-hidden grid grid-cols-2 md:flex md:items-center md:justify-center gap-y-2 lg:gap-x-24 bg-primary dark:bg-primary py-4">