fix: Spacing too large beneath 'Home' heading when no docs pinned

This commit is contained in:
Tom Moor
2022-01-05 18:58:34 -08:00
parent a01dded55a
commit 917167cf1b

View File

@@ -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")`