Minor changes to Website.js layout; version bump

This commit is contained in:
mitchelljfs 2018-07-22 13:30:02 -07:00
parent f0abfff506
commit de53405d0b
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "react-website",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",

View File

@ -7,10 +7,10 @@
.main-container {
margin: auto;
margin-top: 50px;
margin-top: 55px;
min-width: 800px;
width: 50%;
text-align: center;
width: 50%;
}
@media screen and (max-width: 800px) {

View File

@ -14,7 +14,7 @@ class Website extends React.Component<Props> {
return (
<div className="website">
<div className="main-container">
<Navbar changeMenu={800} />
<Navbar />
<Header />
<Routes />
</div>