Closed pierreTklein closed 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.
mt
mb
Here are code snippets from both of these buttons:
ResetBtn:
SubmitBtn:
This is noticeable on smaller screens. We should make the two
mt
,mb
values equal to each other.