Skip to content

Commit 99d5798

Browse files
committed
Tweak video styling
1 parent 2ee1add commit 99d5798

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/css/custom.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,10 @@ article video {
189189
max-width: 100%;
190190
width: 300px;
191191
height: auto;
192-
margin: 16px 0;
193192
vertical-align: top;
193+
margin: var(--ifm-leading) 0;
194+
border-radius: var(--ifm-pre-border-radius);
195+
box-shadow: var(--ifm-global-shadow-lw);
194196
}
195197

196198
article video:has(+ video) {

0 commit comments

Comments
 (0)