We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0b09d commit 7805accCopy full SHA for 7805acc
client/modules/Mobile/MobileSketchView.jsx
@@ -53,7 +53,7 @@ const MobileSketchView = (props) => {
53
<IconButton to="/mobile" aria-label="Return to original editor">
54
<ExitIcon viewBox="0 0 16 16" />
55
</IconButton>
56
- <div>
+ <div style={{ marginLeft: '1rem' }}>
57
<h2>{projectName}</h2>
58
<h3><br /></h3>
59
</div>
0 commit comments