From 69b20d58510600a1bf7c66811ebee427d19a0639 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Tue, 14 Jun 2022 16:52:55 +0530 Subject: [PATCH] make footer centered --- src/components/PhotoList.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/PhotoList.tsx b/src/components/PhotoList.tsx index 45afaac45..41130987a 100644 --- a/src/components/PhotoList.tsx +++ b/src/components/PhotoList.tsx @@ -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); `;