From 9d2380f59192abe55ce5ee45aeb532958a481f0d Mon Sep 17 00:00:00 2001 From: jhynsoo Date: Tue, 7 Nov 2023 01:34:59 +0900 Subject: [PATCH] style: Change footer style --- src/styles/Layout.styles.js | 1 - 1 file changed, 1 deletion(-) 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; `;