Skip to content

Commit

Permalink
Fix video padding
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Mar 23, 2024
1 parent 2c0fab7 commit df71d19
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,11 @@ article video {
}

article video:has(+ video) {
margin-right: 32px;
margin-right: var(--ifm-leading);
}

p + video {
margin-top: 0;
}

samp {
Expand Down

0 comments on commit df71d19

Please sign in to comment.