Skip to content

Commit

Permalink
Tweak video styling
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Mar 23, 2024
1 parent 2ee1add commit 99d5798
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,10 @@ article video {
max-width: 100%;
width: 300px;
height: auto;
margin: 16px 0;
vertical-align: top;
margin: var(--ifm-leading) 0;
border-radius: var(--ifm-pre-border-radius);
box-shadow: var(--ifm-global-shadow-lw);
}

article video:has(+ video) {
Expand Down

0 comments on commit 99d5798

Please sign in to comment.