fix: don't rely on browser builtin css for CardsGrid margins (#3892)
This commit is contained in:
parent
d1ae11ba43
commit
1045ca753f
@ -13,6 +13,8 @@ const CardsGrid = styled.ul`
|
|||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin-left: -12px;
|
margin-left: -12px;
|
||||||
|
margin-top: 16px;
|
||||||
|
margin-bottom: 16px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export default class EntryListing extends React.Component {
|
export default class EntryListing extends React.Component {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user