style: Change footer style

This commit is contained in:
jhynsoo 2023-11-07 01:34:59 +09:00
parent 0a05a0c6eb
commit 9d2380f591

View File

@ -91,7 +91,6 @@ export const Footer = styled.footer`
justify-content: center; justify-content: center;
box-sizing: border-box; box-sizing: border-box;
width: 100%; width: 100%;
height: 60px;
color: ${({ theme }) => theme.colors.gray500}; color: ${({ theme }) => theme.colors.gray500};
font-size: 12px; font-size: 12px;
`; `;