Merge branch 'master' of https://github.com/alDuncanson/marten-application into refactor/contact-text
This commit is contained in:
commit
216f177fdb
|
@ -274,7 +274,7 @@ class ResponsiveDrawer extends React.Component {
|
||||||
</Link>
|
</Link>
|
||||||
<Link to='galleries-martens-by-day'>
|
<Link to='galleries-martens-by-day'>
|
||||||
<ListItem button className={classes.nested}>
|
<ListItem button className={classes.nested}>
|
||||||
<ListItemText inset primary="Martens Being Martens" />
|
<ListItemText inset primary="Martens by Day" />
|
||||||
</ListItem>
|
</ListItem>
|
||||||
</Link>
|
</Link>
|
||||||
<Link to='galleries-species-similar-to-martens'>
|
<Link to='galleries-species-similar-to-martens'>
|
||||||
|
@ -360,7 +360,7 @@ class ResponsiveDrawer extends React.Component {
|
||||||
<Route path="/galleries-martens-and-kits" component={ () => { return <FlameLinkCollectionGallery galleryName={'martensAndKits'}/> }} />
|
<Route path="/galleries-martens-and-kits" component={ () => { return <FlameLinkCollectionGallery galleryName={'martensAndKits'}/> }} />
|
||||||
<Route path="/galleries-martens-at-night" component={ () => { return <FlameLinkCollectionGallery galleryName={'martensAtNight'}/> }} />
|
<Route path="/galleries-martens-at-night" component={ () => { return <FlameLinkCollectionGallery galleryName={'martensAtNight'}/> }} />
|
||||||
<Route path="/galleries-martens-by-day" component={ () => { return <FlameLinkCollectionGallery galleryName={'martensBeingMartens'}/> }} />
|
<Route path="/galleries-martens-by-day" component={ () => { return <FlameLinkCollectionGallery galleryName={'martensBeingMartens'}/> }} />
|
||||||
<Route path="/galleries-similar-species" component={ () => { return <FlameLinkCollectionGallery galleryName={'similarSpecies'}/> }} />
|
<Route path="/galleries-species-similar-to-martens" component={ () => { return <FlameLinkCollectionGallery galleryName={'similarSpecies'}/> }} />
|
||||||
</Switch>
|
</Switch>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -19,7 +19,7 @@ a {
|
||||||
|
|
||||||
#disqus_thread {
|
#disqus_thread {
|
||||||
width: 89% !important;
|
width: 89% !important;
|
||||||
margin: 100px auto 0 auto;
|
margin: 0 auto 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#disqus_thread a,
|
#disqus_thread a,
|
||||||
|
@ -67,7 +67,7 @@ a {
|
||||||
|
|
||||||
.sighting-details-content {
|
.sighting-details-content {
|
||||||
width: 89%;
|
width: 89%;
|
||||||
margin: 0 auto 0 auto;
|
margin: 320px auto 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sighting-detail-google-map-container > div {
|
.sighting-detail-google-map-container > div {
|
||||||
|
|
Loading…
Reference in New Issue