Skip to content

Commit 54b7766

Browse files
committed
fix: image resolution and sizing
1 parent 29a9712 commit 54b7766

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/pages/index.astro

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ import Layout from '../layouts/Default.astro';
6060
<button class="bg-black text-white py-2 px-6 rounded">Buy Dev</button>
6161
</a>
6262
</section>
63-
<section class="bg-gray-100 flex justify-evenly items-center">
64-
<a href="#"><img src="/assets/sios.png" alt="Sios"></a>
65-
<a href="#"><img src="/assets/hashub.png" alt="Hashhub"></a>
66-
<a href="#"><img src="/assets/msstartups.png" alt="Microsoft for startups"></a>
67-
<a href="#"><img src="/assets/miraise.png" alt="Miraise"></a>
68-
<a href="#"><img src="/assets/monexventures.png" alt="Monex Ventures"></a>
63+
<section class="bg-gray-100 flex justify-evenly items-center p-10">
64+
<a href="#"><img src="/assets/sios.png" alt="Sios" class="w-40 h-auto"></a>
65+
<a href="#"><img src="/assets/hashub.png" alt="Hashhub" class="w-40 h-auto"></a>
66+
<a href="#"><img src="/assets/msstartups.png" alt="Microsoft for startups" class="w-40 h-auto"></a>
67+
<a href="#"><img src="/assets/miraise.png" alt="Miraise" class="w-40 h-auto"></a>
68+
<a href="#"><img src="/assets/monexventures.png" alt="Monex Ventures" class="w-40 h-auto"></a>
6969
</section>
7070
<section class="bg-blue-500 px-20 py-28">
7171
<p class="font-base text-gray-100">Latest on Medium</p>

0 commit comments

Comments
 (0)