File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 15
15
16
16
>
17
17
<div
18
- class =" relative overflow-hidden text-ellipses h-full w-1/3 text-left pl-[4%] py-[4%] flex flex-col cursor-pointer group-hover:pl-[8%] transition-all duration-[400ms]"
18
+ class =" relative overflow-hidden text-ellipses h-full w-1/3 text-left pl-[4%] py-[4%] flex flex-col cursor-pointer delay-150 group-hover:pl-[8%] transition-all duration-[400ms]"
19
19
on:click ={() =>
20
20
(window .location .pathname = ` /projects/${project .name ?.trim ().replaceAll (' ' , ' -' )} ` )}
21
21
>
22
22
<div
23
- class =" text-2xl font-bold transition-all duration-[400ms] group-hover:text-sky-500 group-hover:text-xl flex items-center gap-[2%]"
23
+ class =" text-2xl font-bold transition-all duration-[400ms] delay-150 group-hover:text-sky-500 group-hover:text-xl flex items-center gap-[2%]"
24
24
>
25
25
{project .name || ' ' }
26
26
{#if project .completed }
64
64
<div class ="text-md pl-[4%] font-thin" >{project .date }</div >
65
65
</div >
66
66
<div
67
- class =" cursor-pointer w-1/3 text-center align-middle text-ellipsis flex flex-col justify-center group-hover:text-sky-500 transition-all duration-200"
67
+ class =" cursor-pointer w-1/3 text-center align-middle text-ellipsis flex flex-col justify-center delay-150 group-hover:text-sky-500 transition-all duration-200"
68
68
on:click ={() =>
69
69
(window .location .pathname = ` /projects/${project .name ?.trim ().replaceAll (' ' , ' -' )} ` )}
70
70
>
71
71
{project .description ?.overview || ' ' }
72
72
</div >
73
73
<div
74
- class =" relative overflow-auto h-full w-1/3 text-right py-[4%] pr-[4%] flex flex-col group-hover:pr-[8%] transition-all duration-[400ms]"
74
+ class =" relative overflow-auto h-full w-1/3 text-right py-[4%] pr-[4%] flex flex-col delay-150 group-hover:pr-[8%] transition-all duration-[400ms]"
75
75
>
76
- <div class =" text-2xl font-bold group-hover:text-xl transition-all duration-200" >
76
+ <div class =" text-2xl font-bold delay-150 group-hover:text-xl transition-all duration-200" >
77
77
{project .category }
78
78
</div >
79
79
<div class =" flex flex-row-reverse" >
Original file line number Diff line number Diff line change 19
19
(window .location .pathname = ` /projects/${project .name ?.trim ().replaceAll (' ' , ' -' )} ` )}
20
20
>
21
21
<div
22
- class =" relative overflow-auto h-full w-1/3 text-left pl-[4%] py-[4%] flex flex-col group-hover:pl-[8%] transition-all duration-[400ms]"
22
+ class =" relative overflow-auto h-full w-1/3 text-left pl-[4%] py-[4%] flex flex-col delay-150 group-hover:pl-[8%] transition-all duration-[400ms]"
23
23
>
24
24
<div
25
- class =" text-2xl font-bold transition-all duration-[400ms] group-hover:text-sky-500 flex items-center gap-[2%]"
25
+ class =" text-2xl font-bold transition-all duration-[400ms] delay-150 group-hover:text-sky-500 flex items-center gap-[2%]"
26
26
>
27
27
{project .name }
28
28
{#if project .completed }
66
66
<div class ="text-md pl-[4%] font-thin" >{project .date }</div >
67
67
</div >
68
68
<div
69
- class =" relative overflow-auto h-full w-1/2 text-right ml-[33%] py-[4%] pr-[4%] flex flex-col group-hover:pr-[8%] delay-75 transition-all duration-[400ms]"
69
+ class =" relative overflow-auto h-full w-1/2 text-right ml-[33%] py-[4%] pr-[4%] flex flex-col delay-150 group-hover:pr-[8%] delay-75 transition-all duration-[400ms]"
70
70
>
71
71
<div class ="text-2xl font-bold" >{project .category }</div >
72
72
<div class =" flex flex-row-reverse" >
You can’t perform that action at this time.
0 commit comments