Skip to content

Commit

Permalink
indexsupply.com: fix image flickering
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandotsmith committed Mar 21, 2024
1 parent 1419524 commit 6c82f86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion indexsupply.com/_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@
a:visited {color: #24303d}
img {
background: transparent;
width: 98vw;
max-width: 100%;
}
.logos img {
background: transparent;
padding: 0 5px 5px 0;
width: 100%;
height: auto;
max-width: 100px;
}
.logos {
Expand Down
10 changes: 5 additions & 5 deletions indexsupply.com/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Customer <a href="/customer-case-studies">case studies</a>:

<div class="logos">

<div><img src="https://indexsupply.com/images/daimo.png" /></div>
<div><img src="https://indexsupply.com/images/family.png" /></div>
<div><img src="https://indexsupply.com/images/lattice.png" /></div>
<div><img height="41" width="105" src="https://indexsupply.com/images/daimo.png" /></div>
<div><img height="41" width="105" src="https://indexsupply.com/images/family.png" /></div>
<div><img height="41" width="105" src="https://indexsupply.com/images/lattice.png" /></div>
</div>
<div class="logos">
<div><img src="https://indexsupply.com/images/mememarket.png" /></div>
<div><img src="https://indexsupply.com/images/mintfun.png" /></div>
<div><img height="41" width="105" src="https://indexsupply.com/images/mememarket.png" /></div>
<div><img height="41" width="105" src="https://indexsupply.com/images/mintfun.png" /></div>
</div>

</a>
Expand Down

0 comments on commit 6c82f86

Please sign in to comment.