From 2bbc0aefea454517303d5e1a7f769a7b33142259 Mon Sep 17 00:00:00 2001 From: ademsuslu Date: Fri, 6 Dec 2024 15:32:14 +0300 Subject: [PATCH] refactor:blog-items for add linear gradient --- components/shared/blog/blog-items.tsx | 2 +- tailwind.config.ts | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/components/shared/blog/blog-items.tsx b/components/shared/blog/blog-items.tsx index 0980556..2f294f4 100644 --- a/components/shared/blog/blog-items.tsx +++ b/components/shared/blog/blog-items.tsx @@ -35,7 +35,7 @@ const BlogItems: React.FC = ({ data }) => { >
-
+

{data.title}

diff --git a/tailwind.config.ts b/tailwind.config.ts index fbb10e1..31250f7 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -9,7 +9,9 @@ const config: Config = { ], theme: { extend: { - + gradientColorStopPositions: { + 33: '33%', + }, animation: { scroll: 'scroll var(--animation-duration, 40s) var(--animation-direction, forwards) linear infinite', move: "move 5s linear infinite",