mirror of
https://github.com/mitchell/mjfs.us.git
synced 2025-12-19 13:47:22 +00:00
Minor changes to Website.js layout; version bump
This commit is contained in:
parent
f0abfff506
commit
de53405d0b
3 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue