File tree Expand file tree Collapse file tree
src/components/index/about Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <div
2- class =" mt-12 flex w-full flex-col gap-5 rounded-xl border border-slate-300 bg-white p-5 pt-0 drop-shadow-contrast"
3- >
4- <div class =" flex justify-center" >
5- <div
6- class =" -mb-12 -translate-y-12 rounded-full border border-slate-300 bg-white p-4 drop-shadow-contrast"
7- >
8- <slot name =" icon" />
1+ <div class =" drop-shadow-contrast" >
2+ <div
3+ class =" mt-12 flex w-full flex-col gap-5 rounded-xl border border-slate-300 bg-white p-5 pt-0"
4+ >
5+ <div class =" flex justify-center" >
6+ <div
7+ class =" -mb-12 -translate-y-12 rounded-full border border-slate-300 bg-white p-4 drop-shadow-contrast"
8+ >
9+ <slot name =" icon" />
10+ </div >
11+ </div >
12+ <div class =" text-justify-ja" >
13+ <slot />
914 </div >
10- </div >
11- <div class =" text-justify-ja" >
12- <slot />
1315 </div >
1416</div >
You can’t perform that action at this time.
0 commit comments