The `<Button>` component in landing is used in two places:
1. It's used in the team page. From testing on Chrome, I can see that `flex-basis` has no effect there. Chrome explains why: {F2918617}
2. The main use is the download page. I'm about to introduce a new button, so I actually want to change the grid layout there. See test plan for before/after