Skip to content

Commit 781471f

Browse files
committed
fix: Indent callout in list
1 parent 66038e4 commit 781471f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

assets/css/v2/style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,6 +1365,16 @@ blockquote.important {
13651365
}
13661366
}
13671367

1368+
li:has(> div > blockquote) {
1369+
blockquote {
1370+
margin: 0;
1371+
}
1372+
1373+
div:has(blockquote) {
1374+
margin-bottom: 0.5rem;
1375+
}
1376+
}
1377+
13681378
/* MARK: Tabs
13691379
*/
13701380
.tabs-container {

0 commit comments

Comments
 (0)