From 09aa1d5547649c1231a5eecfddb5a6f4de55c4a3 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Mon, 16 May 2022 10:54:07 +0200 Subject: [PATCH] add explicit width to image --- src/routes/index.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 18c378d..8f11efe 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -341,6 +341,7 @@ } .also li img { height: 24px; + width: 24px; margin-right: 6px; } @media (min-width: 1520px) {