mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-07 01:54:54 +02:00
createnewmodal: style fixes
This commit is contained in:
parent
016ece473c
commit
5ef727d835
@ -26,7 +26,7 @@ export class CreateNewModal extends Component {
|
||||
} = this.props;
|
||||
return (
|
||||
<Modal show={show} closeHandler={closeHandler}>
|
||||
<h2>Create New</h2>
|
||||
<h1 class="mt-0">Create New</h1>
|
||||
<div class="flex">
|
||||
<div style="flex:1;" class="tac">
|
||||
<svg
|
||||
@ -188,8 +188,7 @@ export class CreateNewModal extends Component {
|
||||
>
|
||||
Start Blank
|
||||
</button>
|
||||
<br />
|
||||
Or choose from a template:
|
||||
<p>Or choose from a template:</p>
|
||||
<div class="saved-items-pane__container">
|
||||
{templates.map(template => (
|
||||
<ItemTile
|
||||
|
Loading…
x
Reference in New Issue
Block a user