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;
|
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`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue