Skip to content

Commit df71d19

Browse files
committed
Fix video padding
1 parent 2c0fab7 commit df71d19

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+
p + video {
203+
margin-top: 0;
200204
}
201205

202206
samp {

0 commit comments

Comments
 (0)