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); + } }