hackmcgill / dashboard

🐥 McHacks dashboard
https://app.mchacks.ca
MIT License
32 stars 9 forks source link

Submit and back buttons are not at same height in ManageApplicationForm #899

Closed pierreTklein closed 3 years ago

pierreTklein commented 3 years ago

Here are code snippets from both of these buttons:

ResetBtn:

<Flex justifyContent={'center'} mt={'50px'} mb={'50px'}>

SubmitBtn:

  <Flex justifyContent={'left'} mt={'60px'} mb={'40px'}>

This is noticeable on smaller screens. We should make the two mt, mb values equal to each other.