fixed post card padding
This commit is contained in:
parent
869d74b85f
commit
31f0ad9b22
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,7 @@ const PostCardContainer = styled(Link)`
|
|||
display: block;
|
||||
padding: 2rem;
|
||||
text-decoration: none;
|
||||
padding: 0;
|
||||
|
||||
color: ${(props) =>
|
||||
theming.theme(props.theme.currentTheme, {
|
||||
|
@ -48,7 +49,6 @@ const StyledPostCard = styled(MainContent)`
|
|||
})};
|
||||
|
||||
${theming.styles.hoverCard}
|
||||
padding: 0;
|
||||
`
|
||||
|
||||
const StyledTitle = styled.h1`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue