diff --git a/website/client/src/components/creatorIntro.vue b/website/client/src/components/creatorIntro.vue index c0a938a3a3..289166fd8c 100644 --- a/website/client/src/components/creatorIntro.vue +++ b/website/client/src/components/creatorIntro.vue @@ -818,8 +818,10 @@ .background { border-radius: 4px; - width: 76px; - height: 76px; + object-position: -4px -4px; + object-fit: none; + width: 60px; + height: 60px; } .deselect {