🐛 fix margin on header title
This commit is contained in:
parent
8a0b09d416
commit
7805accf95
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue