mirror of https://github.com/mitchell/mjfs.us.git
Minor changes to Website.js layout; version bump
This commit is contained in:
parent
f0abfff506
commit
de53405d0b
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-website",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome": "^1.1.8",
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue