Skip to content

Commit

Permalink
Merge pull request #127 from axsmap/develop
Browse files Browse the repository at this point in the history
Apr-24-2024: Merge and deploy `develop` to `master`
  • Loading branch information
haseebk authored Apr 25, 2024
2 parents 26c7512 + 6aedc45 commit 7e16515
Show file tree
Hide file tree
Showing 60 changed files with 25,872 additions and 1,998 deletions.
22,053 changes: 21,957 additions & 96 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"react-ga": "2.5.3",
"react-google-maps": "9.4.5",
"react-helmet": "5.2.0",
"react-icons": "^4.3.1",
"react-intl": "2.4.0",
"react-loadable": "5.4.0",
"react-redux": "5.0.7",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
padding: 0;
width: 100%;

background-color: #FAFAFA;
background-color: #FFF;

font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
Expand Down
Binary file added public/privacypolicy.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions src/components/Container/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ const Container = styled.div`
justify-content: center;
display: flex;
padding: 2rem 1rem;
padding: 0;
//padding: 2rem 1rem;
width: 100%;
background-color: ${colors.lightestGrey};
background-color: transparent;
${media.tablet`
padding: 2rem 0;
Expand Down
Loading

0 comments on commit 7e16515

Please sign in to comment.