🐛 fix margin on header title

This commit is contained in:
ghalestrilo 2020-06-29 19:57:39 -03:00
parent 8a0b09d416
commit 7805accf95
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ const MobileSketchView = (props) => {
<IconButton to="/mobile" aria-label="Return to original editor">
<ExitIcon viewBox="0 0 16 16" />
</IconButton>
<div>
<div style={{ marginLeft: '1rem' }}>
<h2>{projectName}</h2>
<h3><br /></h3>
</div>