diff --git a/app/components/Sidebar/components/PlaceholderCollections.tsx b/app/components/Sidebar/components/PlaceholderCollections.tsx index 340319e97..8fe5c46dd 100644 --- a/app/components/Sidebar/components/PlaceholderCollections.tsx +++ b/app/components/Sidebar/components/PlaceholderCollections.tsx @@ -13,8 +13,7 @@ function PlaceholderCollections() { } const Wrapper = styled.div` - margin: 4px 16px; - margin-left: 40px; + margin: 4px 12px; width: 75%; `;