implemented react router

This commit is contained in:
Al Duncanson
2018-12-11 10:20:18 -05:00
parent fa84b6ce71
commit 19cba81fff
4 changed files with 103 additions and 74 deletions

View File

@@ -2,6 +2,10 @@ body {
margin: 0;
}
a {
text-decoration: none;
}
@media (min-width: 600px) {
.sighting-google-map-container > div {
width: calc(100% - 240px) !important;

View File