fixed post card padding

This commit is contained in:
Kim, Jimin 2022-03-05 16:27:41 +09:00
parent 869d74b85f
commit 31f0ad9b22

View file

@ -20,6 +20,7 @@ const PostCardContainer = styled(Link)`
display: block; display: block;
padding: 2rem; padding: 2rem;
text-decoration: none; text-decoration: none;
padding: 0;
color: ${(props) => color: ${(props) =>
theming.theme(props.theme.currentTheme, { theming.theme(props.theme.currentTheme, {
@ -48,7 +49,6 @@ const StyledPostCard = styled(MainContent)`
})}; })};
${theming.styles.hoverCard} ${theming.styles.hoverCard}
padding: 0;
` `
const StyledTitle = styled.h1` const StyledTitle = styled.h1`