addressing comments by changing variable types and adding styles to home page title

This commit is contained in:
Drew Taylor
2021-07-22 11:47:46 -07:00
parent 293e1308fd
commit 2a186736c3
5 changed files with 323 additions and 320 deletions

View File

@@ -179,6 +179,9 @@ const useStyles = makeStyles((theme) => ({
top: theme.spacing(1),
color: theme.palette.grey[500],
},
homePageTitle: {
marginBottom: 25,
},
markerTitle: {
margin: 5,
},