1
0
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:
Kushagra Gour 2019-03-13 23:41:25 +05:30
parent 016ece473c
commit 5ef727d835

View File

@ -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