Skip to content

Commit daf444a

Browse files
committed
✨ feat: add size to work logos
1 parent 67902dc commit daf444a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Experience.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)