Skip to content

Commit 30afd1c

Browse files
committed
Fix alignment for side by side videos
1 parent 21b2d49 commit 30afd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ article video:has(+ video) {
345345
margin-right: var(--ifm-leading);
346346
}
347347

348-
article p + video {
348+
article p ~ video {
349349
margin-top: 0;
350350
}
351351

0 commit comments

Comments
 (0)