Skip to content

Commit 7bc7c05

Browse files
committed
Fix logos responsiveness
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 15c394d commit 7bc7c05

1 file changed

Lines changed: 16 additions & 20 deletions

File tree

content/products/std/_index.html

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -143,26 +143,22 @@ <h2 class="h3 fw-bold mb-3">Built on the foundations of our digital world</h2>
143143
<p class="lead text-muted mb-0">Every schema in this library represents careful implementation of the standards that power the modern internet (many behind expensive paywalls), ensuring your APIs are built on proven, battle-tested, and compliant foundations.</p>
144144
</div>
145145
<div class="col-12 col-lg-6">
146-
<div class="d-flex flex-column justify-content-center align-items-center gap-4 h-100">
147-
<div class="d-flex justify-content-center align-items-center gap-5">
148-
<a href="https://www.ietf.org" target="_blank" rel="noopener noreferrer">
149-
<img src="/products/std/ietf.svg" alt="IETF" height="75" class="opacity-75">
150-
</a>
151-
<a href="https://www.iso.org" target="_blank" rel="noopener noreferrer">
152-
<img src="/products/std/iso.svg" alt="ISO" height="75" class="opacity-75">
153-
</a>
154-
<a href="https://www.ieee.org" target="_blank" rel="noopener noreferrer">
155-
<img src="/products/std/ieee.svg" alt="IEEE" height="60" class="opacity-75">
156-
</a>
157-
</div>
158-
<div class="d-flex justify-content-center align-items-center gap-5">
159-
<a href="https://www.iec.ch" target="_blank" rel="noopener noreferrer">
160-
<img src="/products/std/iec.svg" alt="IEC" height="75" class="opacity-75">
161-
</a>
162-
<a href="https://www.w3.org" target="_blank" rel="noopener noreferrer">
163-
<img src="/products/std/w3c.svg" alt="W3C" height="75" class="opacity-75">
164-
</a>
165-
</div>
146+
<div class="d-flex flex-wrap justify-content-center align-items-center gap-4 gap-lg-5 h-100">
147+
<a href="https://www.ietf.org" target="_blank" rel="noopener noreferrer">
148+
<img src="/products/std/ietf.svg" alt="IETF" height="60" class="opacity-75" style="height: 50px;">
149+
</a>
150+
<a href="https://www.iso.org" target="_blank" rel="noopener noreferrer">
151+
<img src="/products/std/iso.svg" alt="ISO" height="60" class="opacity-75" style="height: 50px;">
152+
</a>
153+
<a href="https://www.ieee.org" target="_blank" rel="noopener noreferrer">
154+
<img src="/products/std/ieee.svg" alt="IEEE" height="50" class="opacity-75" style="height: 40px;">
155+
</a>
156+
<a href="https://www.iec.ch" target="_blank" rel="noopener noreferrer">
157+
<img src="/products/std/iec.svg" alt="IEC" height="60" class="opacity-75" style="height: 50px;">
158+
</a>
159+
<a href="https://www.w3.org" target="_blank" rel="noopener noreferrer">
160+
<img src="/products/std/w3c.svg" alt="W3C" height="60" class="opacity-75" style="height: 50px;">
161+
</a>
166162
</div>
167163
</div>
168164
</div>

0 commit comments

Comments
 (0)