Skip to content

Commit 33ee827

Browse files
committed
css: Add pill top margin on the landing page
1 parent 934c523 commit 33ee827

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/DocCardSection.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@
115115
display: none !important;
116116
}
117117

118+
.cardItem a div { /* Pill */
119+
margin-top: 5px;
120+
}
121+
118122
.cardLinksList .cardItem:last-child {
119123
border-bottom: none;
120124
}

0 commit comments

Comments
 (0)