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",