Skip to content

Commit ea5bf1b

Browse files
author
codeporx
committed
'xd'
1 parent 28fce28 commit ea5bf1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/home/StudyTimeLine.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ export default function StudyTimeline() {
180180
Mi Trayectoria de Aprendizaje
181181
</h2>
182182
<div className="relative">
183-
<div className="absolute z-0 bottom-0 left-6 top-5 w-0.5 bg-red-300 dark:bg-red-600"></div>
184-
<div className="space-y-8 relative">
183+
<div className="absolute bottom-0 left-6 top-5 w-0.5 bg-red-300 dark:bg-red-600"></div>
184+
<div className="relative space-y-8">
185185
{visibleSources.map((source, index) => (
186186
<StudySource key={index} {...source} />
187187
))}

0 commit comments

Comments
 (0)