Skip to content

Commit

Permalink
Updated page styles
Browse files Browse the repository at this point in the history
  • Loading branch information
aeksco committed Dec 21, 2020
1 parent 6521543 commit c9d37cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

<div align="center">
<h3>
<a href="https://aeksco.github.io/openjscad-react">
Website
<a href="https://openjscad-react-next-starter.netlify.app">
Demo
</a>
<span> | </span>
<a href="https://aeksco.github.io/openjscad-react">
Expand Down
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default class extends App {
return (
<React.Fragment>
<Navbar />
<div className="container mx-auto pt-10">
<div className="container mx-auto pt-10 px-5">
<Component {...pageProps} />
</div>
</React.Fragment>
Expand Down
2 changes: 1 addition & 1 deletion pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class MyDocument extends Document {
<Head>
<title>OpenJSCAD React Next.js Starter</title>
</Head>
<body className="bg-gray-100">
<body className="bg-gray-200">
<Main />
<NextScript />
</body>
Expand Down

0 comments on commit c9d37cb

Please sign in to comment.