Skip to content

Commit

Permalink
fix alignment of "SEND MESSAGE" button with rest of "Work with us" form
Browse files Browse the repository at this point in the history
also results in better responsive design
  • Loading branch information
btoo authored Apr 2, 2020
1 parent 8934f90 commit 5d4fbcb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/views/LandingPage/Sections/WorkSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,9 @@ export default function WorkSection() {
rows: 5
}}
/>
<GridContainer justify="center">
<GridItem xs={12} sm={12} md={4} className={classes.textCenter}>
<Button color="primary">Send Message</Button>
</GridItem>
</GridContainer>
<GridItem xs={12} sm={12} md={4}>
<Button color="primary">Send Message</Button>
</GridItem>
</GridContainer>
</form>
</GridItem>
Expand Down

0 comments on commit 5d4fbcb

Please sign in to comment.