Skip to content

Commit

Permalink
home: change customers' order
Browse files Browse the repository at this point in the history
  • Loading branch information
luisrovirosa committed Feb 19, 2024
1 parent 412f69e commit 2b4a8a8
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions src/pages-content/home/our-clients.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,21 @@

<div class="clients__item">
<img
width="130"
height="90"
src="./img/clients/vicomtech.svg"
alt="Vicomtech logo"
loading="lazy"
width="130"
height="90"
src="./img/clients/roiback.svg"
alt="Roiback logo"
loading="lazy"
/>
</div>

<div class="clients__item">
<img
width="130"
height="90"
src="./img/clients/rideo-small.png"
alt="Rideo software logo"
loading="lazy"
/>
</div>

Expand All @@ -43,22 +53,13 @@
/>
</div>

<div class="clients__item">
<img
width="130"
height="90"
src="./img/clients/rideo-small.png"
alt="Rideo software logo"
loading="lazy"
/>
</div>

<div class="clients__item">
<img
width="130"
height="90"
src="./img/clients/roiback.svg"
alt="Roiback logo"
src="./img/clients/vicomtech.svg"
alt="Vicomtech logo"
loading="lazy"
/>
</div>
Expand Down

0 comments on commit 2b4a8a8

Please sign in to comment.