Skip to content

Commit 5726658

Browse files
authored
Merge pull request #37 from web3community/feat-image-sizing
fix: image resolution and sizing
2 parents 10139f2 + c5c487f commit 5726658

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

public/assets/msstartups.png

-17.9 KB
Loading

public/assets/sios.png

8.01 KB
Loading

src/pages/index.astro

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,12 @@ import Layout from '../layouts/Default.astro';
143143
<button class="bg-black text-white py-2 px-6 rounded">Buy Dev</button>
144144
</a>
145145
</section>
146-
<section class="bg-gray-100 flex justify-evenly items-center">
147-
<a href="#"><img src="/assets/sios.png" alt="Sios" /></a>
148-
<a href="#"><img src="/assets/hashub.png" alt="Hashhub" /></a>
149-
<a href="#"
150-
><img src="/assets/msstartups.png" alt="Microsoft for startups"
151-
/></a>
152-
<a href="#"><img src="/assets/miraise.png" alt="Miraise" /></a>
153-
<a href="#"><img src="/assets/monexventures.png" alt="Monex Ventures" /></a>
146+
<section class="bg-gray-100 flex justify-evenly items-center p-10">
147+
<a href="#"><img src="/assets/sios.png" alt="Sios" class="w-40 h-auto"></a>
148+
<a href="#"><img src="/assets/hashub.png" alt="Hashhub" class="w-40 h-auto"></a>
149+
<a href="#"><img src="/assets/msstartups.png" alt="Microsoft for startups" class="w-40 h-auto"></a>
150+
<a href="#"><img src="/assets/miraise.png" alt="Miraise" class="w-40 h-auto"></a>
151+
<a href="#"><img src="/assets/monexventures.png" alt="Monex Ventures" class="w-40 h-auto"></a>
154152
</section>
155153
<section class="bg-blue-500 px-20 py-28">
156154
<p class="font-display text-3xl text-gray-100">Latest on Medium</p>

0 commit comments

Comments
 (0)