Skip to content

Commit 7805acc

Browse files
committed
🐛 fix margin on header title
1 parent 8a0b09d commit 7805acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/Mobile/MobileSketchView.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const MobileSketchView = (props) => {
5353
<IconButton to="/mobile" aria-label="Return to original editor">
5454
<ExitIcon viewBox="0 0 16 16" />
5555
</IconButton>
56-
<div>
56+
<div style={{ marginLeft: '1rem' }}>
5757
<h2>{projectName}</h2>
5858
<h3><br /></h3>
5959
</div>

0 commit comments

Comments
 (0)