Skip to content

Commit a8887b0

Browse files
committed
website: uniform logo heights
1 parent 5db0927 commit a8887b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,17 +265,17 @@ <h2 class="text-center text-gray-600 text-sm">Trusted by</h2>
265265
<img
266266
src="logos/goldsky.svg"
267267
alt="Goldsky"
268-
class="h-6 w-auto object-contain"
268+
class="h-8 w-auto object-contain"
269269
/>
270270
<img
271271
src="logos/scentbird.svg"
272272
alt="Scentbird"
273-
class="h-6 w-auto object-contain"
273+
class="h-7 w-auto object-contain"
274274
/>
275275
<img
276276
src="logos/aviron.svg"
277277
alt="Aviron"
278-
class="h-8 w-auto object-contain"
278+
class="h-7 w-auto object-contain"
279279
/>
280280
<img
281281
src="logos/beeldi.svg"
@@ -285,7 +285,7 @@ <h2 class="text-center text-gray-600 text-sm">Trusted by</h2>
285285
<img
286286
src="logos/govisa.svg"
287287
alt="GoVisa"
288-
class="h-4 w-auto object-contain"
288+
class="h-5 w-auto object-contain"
289289
/>
290290
<img
291291
src="logos/camper-mate.svg"

0 commit comments

Comments
 (0)