Skip to content

Commit 2b17919

Browse files
committed
💄 fix svg margin
1 parent 32dd85e commit 2b17919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/IDE/pages/IDEViewMobile.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const Icon = styled.a`
6565
> svg {
6666
fill: ${textColor};
6767
color: ${textColor};
68-
margin: 8px
68+
margin-left: ${remSize(16)};
6969
}
7070
`;
7171

0 commit comments

Comments
 (0)