diff --git a/src/styles/Layout.styles.js b/src/styles/Layout.styles.js index cd7bb83..a3ef1ae 100644 --- a/src/styles/Layout.styles.js +++ b/src/styles/Layout.styles.js @@ -91,7 +91,6 @@ export const Footer = styled.footer` justify-content: center; box-sizing: border-box; width: 100%; - height: 60px; color: ${({ theme }) => theme.colors.gray500}; font-size: 12px; `;