Add basic styling to parts page

This commit is contained in:
Kurt Hutten
2020-10-15 08:05:35 +11:00
parent 6ff87ed405
commit 33c778f5f3
5 changed files with 41 additions and 70 deletions

View File

@@ -15,7 +15,7 @@ const PostsLayout = (props) => {
<div className="rw-button-icon">+</div> New Post
</Link>
</header>
<main className="rw-main">{props.children}</main>
<main>{props.children}</main>
</div>
)
}