Skip to content

Commit d56b594

Browse files
committed
restore infima quote margin bottom rule
1 parent e3d4313 commit d56b594

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

website/src/css/customTheme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,10 @@ hr {
273273
}
274274

275275
blockquote {
276+
> :last-child {
277+
margin-bottom: 0;
278+
}
279+
276280
background-color: var(--rn-note-background);
277281
border-left: 8px solid var(--ifm-color-warning);
278282
padding: 15px 30px 15px 15px;

0 commit comments

Comments
 (0)