File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ const { HEADER_EXPERIENCE, EXPERIENCE } = Astro.props;
2828 EXPERIENCE .map ((job ) => (
2929 <li class = " mb-20 ms-8" >
3030 <div class = " flex flex-row items-center" >
31- <div class = " absolute start-[-0.9rem] mb-1 w-7 overflow-hidden rounded-full border border-teal-200 bg-slate-300 shadow-lg shadow-teal-200" >
32- <img class = " aspect-square " src = { ` /images/${job .logoFile } ` } alt = { job .logoAlt } />
31+ <div class = " absolute start-[-0.9rem] mb-1 overflow-hidden rounded-full border border-teal-200 bg-slate-300 shadow-lg shadow-teal-200" >
32+ <img class = " size-7 " src = { ` /images/${job .logoFile } ` } alt = { job .logoAlt } />
3333 </div >
3434 <h3 class = " reveal-experience-info my-0.5 text-xl font-semibold text-teal-200" >
3535 { job .ocupation }
You can’t perform that action at this time.
0 commit comments