Skip to content

Commit 3e50b6a

Browse files
committed
Fix video padding
1 parent 2c0fab7 commit 3e50b6a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/css/custom.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,11 @@ article video {
196196
}
197197

198198
article video:has(+ video) {
199-
margin-right: 32px;
199+
margin-right: var(--ifm-leading);
200+
}
201+
202+
article p + video {
203+
margin-top: 0;
200204
}
201205

202206
samp {

0 commit comments

Comments
 (0)