From 78f3720395ea4ef0cb3f79bfa457e2b4e600e5c3 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Wed, 1 Apr 2026 21:22:50 +0300 Subject: [PATCH] Tweak spacing in the SplatoonRotations component --- .../front-page/components/SplatoonRotations.module.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/features/front-page/components/SplatoonRotations.module.css b/app/features/front-page/components/SplatoonRotations.module.css index f80ae770a..8c0824eae 100644 --- a/app/features/front-page/components/SplatoonRotations.module.css +++ b/app/features/front-page/components/SplatoonRotations.module.css @@ -106,4 +106,8 @@ display: flex; align-items: center; gap: var(--s-0-5); + + & img { + margin-left: var(--s-1); + } }