Skip to content

Commit 5c7efb7

Browse files
authored
Fix unneeded margin on first custom docs card component (#2881)
1 parent 3aa99a5 commit 5c7efb7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docusaurus/src/scss/custom-doc-cards.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
flex: 0 0 calc(50% - 10px);
1414
}
1515

16+
article.custom-doc-card:first-of-type {
17+
padding-left: 0 !important;
18+
padding-right: 0 !important;
19+
}
20+
1621
.cardContainer {
1722
display: flex;
1823
flex-direction: column;

0 commit comments

Comments
 (0)