make footer centered

This commit is contained in:
Abhinav 2022-06-14 16:52:55 +05:30
parent 513beb579d
commit 69b20d5851

View file

@ -107,6 +107,7 @@ const FooterContainer = styled(ListItemContainer)`
}
color: #979797;
text-align: center;
justify-content: center;
align-items: flex-end;
margin-top: calc(2rem + 20px);
`;