Skip to content

Commit 9886517

Browse files
committed
Fix screencast videos no margin
1 parent cd4bad3 commit 9886517

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/css/site/screencast.css

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
text-decoration: none;
1515
}
1616

17+
.screencast figure.video {
18+
margin-block: 0;
19+
}
20+
1721
@media screen and (min-width: 60rem) {
1822
.screencast:not(.reference-content .screencast) {
1923
grid-template-columns: 1fr 2fr;

0 commit comments

Comments
 (0)