added padding at some places

This commit is contained in:
Abhinav-grd 2021-04-11 10:43:36 +05:30
parent 15ad43f674
commit 2d1d496e98
2 changed files with 2 additions and 1 deletions

View file

@ -165,7 +165,7 @@ export default function Sidebar(props: Props) {
style={{
cursor: 'pointer',
color: '#F96C6C',
marginTop: '30px',
margin: '30px 0',
}}
onClick={() => props.setConfirmAction(CONFIRM_ACTION.LOGOUT)}
>

View file

@ -96,6 +96,7 @@ export default function Home() {
</Form>
)}
</Formik>
<br />
<Card.Link
href="#"
onClick={register}