fix: Spacing too large beneath 'Home' heading when no docs pinned
This commit is contained in:
@@ -120,9 +120,10 @@ const List = styled.div`
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
margin: 16px 0 32px;
|
||||
|
||||
&:not(:empty) {
|
||||
margin: 16px 0 32px;
|
||||
&:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
${breakpoint("tablet")`
|
||||
|
||||
Reference in New Issue
Block a user